Skip to content

Commit

Permalink
chore(sync): 🔨 synced local '.github/pull_request_template.md' with r…
Browse files Browse the repository at this point in the history
…emote '.github/pull_request_template.md'
  • Loading branch information
lwjohnst86 committed Jul 8, 2024
1 parent 7e80066 commit fef9a7e
Showing 1 changed file with 7 additions and 54 deletions.
61 changes: 7 additions & 54 deletions .github/pull_request_template.md
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

0 comments on commit fef9a7e

Please sign in to comment.