Skip to content

Commit 5409e75

Browse files
authored
Merge pull request #174 from seedcase-project/chore/default
chore(sync): 🔨 synced file(s) with seedcase-project/.github
2 parents 554c611 + 4924d07 commit 5409e75

File tree

1 file changed

+7
-54
lines changed

1 file changed

+7
-54
lines changed

.github/pull_request_template.md

+7-54
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,16 @@
11
## Description
22

3-
<!--
4-
This template covers all PRs for Seedcase, please note that if you are
5-
submitting a PR for changes to:
3+
These changes are done for PURPOSE, because REASON.
64

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 -->
5+
Closes #
376

387
## Reviewer Focus
39-
<!-- Please delete as appropriate: -->
40-
This PR only needs a quick review.
41-
This PR requires an in-depth review.
428

43-
<!-- Any particular section the reviewer should focus on, anywhere that would be a good place to start? -->
9+
<!-- Please delete as appropriate: -->
10+
This PR needs a quick/in-depth review. Focus on CHANGES.
4411

4512
## Checklist
4613

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
14+
- [ ] Ran spell-check
15+
- [ ] Formatted Markdown
16+
- [ ] Rendered website locally

0 commit comments

Comments
 (0)