Skip to content

Commit 527c592

Browse files
author
lwjohnst86
committed
🔄 created local '.github/pull_request_template.md' from remote '.github/pull_request_template.md'
1 parent f749c39 commit 527c592

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

‎.github/pull_request_template.md

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
## Description
2+
3+
<!--
4+
This template covers all PRs for Seedcase, please note that if you are
5+
submitting a PR for changes to:
6+
7+
a) General documentation you should delete the sections Testing, Code
8+
Documentation, and the first part of the Author Checklist.
9+
10+
b) Code you should delete the second section of the Author Checklist.
11+
12+
Otherwise, delete any sections that don't apply.
13+
-->
14+
15+
<!-- DO NOT LEAVE THIS SECTION BLANK -->
16+
17+
- This PR {removes/adds/fixes/replaces} the {feature/bug/issue/documentation/tests}.
18+
- These changes are done because of ... {reasons for change/why you're doing it}.
19+
20+
## Related Issues
21+
22+
<!-- List issues the PR closes -->
23+
24+
Closes #...
25+
26+
<!-- Connect this PR to relevant issues, to help the reviewer but also for record-keeping. -->
27+
28+
See also Issues #...
29+
30+
## Testing
31+
32+
- [ ] Yes
33+
- [ ] No, not needed (give a reason below)
34+
- [ ] No, I need help writing them
35+
36+
<!-- Please explain why the tests are not needed for this PR here -->
37+
38+
## Reviewer Focus
39+
<!-- Please delete as appropriate: -->
40+
This PR only needs a quick review.
41+
This PR requires an in-depth review.
42+
43+
<!-- Any particular section the reviewer should focus on, anywhere that would be a good place to start? -->
44+
45+
## Checklist
46+
47+
<!-- This is to help you determine if your work is ready to be reviewed, if an item is not relevant then you can mark it as done (because you have checked and found that it isn't needed) -->
48+
49+
For all PRs that are not general documentation
50+
51+
- [ ] Tests accompany or reflect changes to the code
52+
- [ ] Tests ran and passed locally
53+
- [ ] Ran the linter and formatter
54+
- [ ] Build has passed locally
55+
- [ ] Relevant documentation has been updated
56+
57+
For general documentation:
58+
59+
- [ ] Spell-check
60+
- [ ] US
61+
- [ ] UK
62+
- [ ] Did the page(s) preview correctly on your machine without breaking
63+
- [ ] New category words (keywords) (if any) added to the code snippet file

0 commit comments

Comments
 (0)