Skip to content

Commit 36a00e2

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent 9a79799 commit 36a00e2

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,26 @@ name: Pull request
33
about: Create a pull request
44
---
55
Thank you for opening a Pull Request!
6+
7+
## What does this change?
8+
9+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
10+
11+
Fixes #<issue_number_goes_here> 🎯
12+
13+
## Type of change
14+
15+
Please delete options that are not relevant.
16+
17+
- [ ] Bug fix (non-breaking change which fixes an issue)
18+
- [ ] New feature (non-breaking change which adds functionality)
19+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
20+
- [ ] This change requires a documentation update
21+
22+
## Checklist:
23+
624
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
725
- [ ] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
826
- [ ] Ensure the tests (`melos unit:test-script`)
927
- [ ] Ensure the analyzer and formatter pass (`melos run format` to automatically apply formatting)
1028
- [ ] Appropriate docs were updated (if necessary)
11-
12-
Fixes #<issue_number_goes_here> 🎯

0 commit comments

Comments
 (0)