Skip to content

Commit

Permalink
chore: new PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed May 24, 2024
1 parent b222dee commit fb57311
Showing 1 changed file with 30 additions and 18 deletions.
48 changes: 30 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,39 @@
<!--- Provide a general summary of your changes in the title above -->
<!-- Please use a Conventional Commit in your PR title -->
<!-- https://conventionalcommits.org -->
<!-- e.g. "feat: support new field type" -->

## Types of changes
**Resolves**: <!-- GitHub or Linear issue (e.g. #123, DT-123) -->

<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
### Description

- [ ] Chore (a non-breaking change which is related to package maintenance)
- [ ] Bug fix (a non-breaking change which fixes an issue)
- [ ] New feature (a non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
<!-- Describe your changes in detail. -->
<!-- Why is this change required? -->
<!-- What problem does it solve? -->

## Description
### Checklist

<!--- Describe your changes in detail -->
<!--- Why is this change required? What problem does it solve? -->
<!--- If it resolves an open issue, please link to the issue here. For example "Resolves: #137" -->
<!-- Put an `x` in all the boxes that apply. -->
<!-- Don't hesitate to ask for help! -->

## Checklist:
- [ ] If my changes require tests, I added them.
- [ ] If my changes affect backward compatibility, it has been discussed.
- [ ] If my changes require an update to the CONTRIBUTING.md guide, I updated it.

<!--- Put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
### Preview

- [ ] My change requires an update to the official documentation.
- [ ] All [TSDoc](https://tsdoc.org) comments are up-to-date and new ones have been added where necessary.
- [ ] All new and existing tests are passing.
<!-- If your changes are visual, screenshots or videos are welcome! -->

<!--- A cute animal (or car) picture is welcome to close your PR! -->
### How to QA [^1]

<!-- When relevant, describe how to QA your changes. -->

<!-- Your favorite emoji is welcome to close your PR! -->

<!-- A note for reviewers: -->

[^1]:
Please use these labels when submitting a review:
:question: #ask:&ensp;Ask a question.
:bulb: #idea:&ensp;Suggest an idea.
:warning: #issue:&ensp;Strongly suggest a change.
:tada: #nice:&ensp;Share a complement.

0 comments on commit fb57311

Please sign in to comment.