-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(sync): 🔨 synced local '.github/pull_request_template.md' with r…
…emote '.github/pull_request_template.md'
- Loading branch information
1 parent
7e80066
commit fef9a7e
Showing
1 changed file
with
7 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,16 @@ | ||
## Description | ||
|
||
<!-- | ||
This template covers all PRs for Seedcase, please note that if you are | ||
submitting a PR for changes to: | ||
These changes are done for PURPOSE, because REASON. | ||
|
||
a) General documentation you should delete the sections Testing, Code | ||
Documentation, and the first part of the Author Checklist. | ||
b) Code you should delete the second section of the Author Checklist. | ||
Otherwise, delete any sections that don't apply. | ||
--> | ||
|
||
<!-- DO NOT LEAVE THIS SECTION BLANK --> | ||
|
||
- This PR {removes/adds/fixes/replaces} the {feature/bug/issue/documentation/tests}. | ||
- These changes are done because of ... {reasons for change/why you're doing it}. | ||
|
||
## Related Issues | ||
|
||
<!-- List issues the PR closes --> | ||
|
||
Closes #... | ||
|
||
<!-- Connect this PR to relevant issues, to help the reviewer but also for record-keeping. --> | ||
|
||
See also Issues #... | ||
|
||
## Testing | ||
|
||
- [ ] Yes | ||
- [ ] No, not needed (give a reason below) | ||
- [ ] No, I need help writing them | ||
|
||
<!-- Please explain why the tests are not needed for this PR here --> | ||
Closes # | ||
|
||
## Reviewer Focus | ||
<!-- Please delete as appropriate: --> | ||
This PR only needs a quick review. | ||
This PR requires an in-depth review. | ||
|
||
<!-- Any particular section the reviewer should focus on, anywhere that would be a good place to start? --> | ||
<!-- Please delete as appropriate: --> | ||
This PR needs a quick/in-depth review. Focus on CHANGES. | ||
|
||
## Checklist | ||
|
||
<!-- 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) --> | ||
|
||
For all PRs that are not general documentation | ||
|
||
- [ ] Tests accompany or reflect changes to the code | ||
- [ ] Tests ran and passed locally | ||
- [ ] Ran the linter and formatter | ||
- [ ] Build has passed locally | ||
- [ ] Relevant documentation has been updated | ||
|
||
For general documentation: | ||
|
||
- [ ] Spell-check | ||
- [ ] US | ||
- [ ] UK | ||
- [ ] Did the page(s) preview correctly on your machine without breaking | ||
- [ ] New category words (keywords) (if any) added to the code snippet file | ||
- [ ] Ran spell-check | ||
- [ ] Formatted Markdown | ||
- [ ] Rendered website locally |