Skip to content

Commit c7792ff

Browse files
authored
docs(Template): update location of PR template (#655)
1 parent 04b58f5 commit c7792ff

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Thank you for opening a Pull Request!
2+
3+
---
4+
5+
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
6+
- [ ] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
7+
- [ ] Ensure the tests and linter pass
8+
- [ ] Code coverage does not decrease (if any source code was changed)
9+
- [ ] Appropriate docs were updated (if necessary)
10+
11+
Fixes #<issue_number_goes_here> 🦕

0 commit comments

Comments
 (0)