Skip to content

Commit

Permalink
chore(sync): 🔨 synced file(s) with seedcase-project/.github (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
signekb authored Jul 8, 2024
2 parents c0ed6bc + 331f4fe commit 61f7c42
Showing 1 changed file with 9 additions and 54 deletions.
63 changes: 9 additions & 54 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,18 @@
## 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? -->
<!-- Select quick/in-depth as necessary -->
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
- [ ] Added or updated tests
- [ ] Tests passed locally
- [ ] Linted and formatted code
- [ ] Build passed locally
- [ ] Updated documentation

0 comments on commit 61f7c42

Please sign in to comment.