Skip to content

Commit 665655e

Browse files
Create generic PR template
🎉
1 parent 4ba3bed commit 665655e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--- Thank you for your work, and taking the time to submit your contribution! Make sure you have read the guidelines for contributing available here: https://codeforphilly.github.io/chime/CONTRIBUTING.html ---!>
2+
3+
### Pull Request Checklist
4+
5+
- [ ] Submitted under the correct tag
6+
- [ ] Runs without error or warning
7+
- [ ] Documentation revised / included
8+
- [ ] Unit tests included
9+
- [ ] Issues referenced
10+
11+
---
12+
13+
14+
### References
15+
<!--- Include the issues or other pull requests that this pull requests addresses, make sure to use keywords e.g. Fixes #123, #125. Also see #117 so that the issues close automatically as your PR is merged https://github.blog/2013-05-14-closing-issues-via-pull-requests/ ---!>
16+
17+
18+
19+
### Explanation
20+
<!--- Explain your pull request here, try to be descriptive and specific when sharing your thought process / justifications ---!>
21+
22+
23+
24+
25+
### Additional Thoughts

0 commit comments

Comments
 (0)