Skip to content

Commit a78d073

Browse files
ENH: Add update change log file to PR template checklist
1 parent f68b4b6 commit a78d073

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@
33
<!-- You may use this template to describe your Pull Request. But if you believe there is a better way to express yourself, don't hesitate! -->
44

55
## Pull request type
6+
<!-- Remove unchecked box items. -->
67

78
- [ ] Code changes (bugfix, features)
89
- [ ] Code maintenance (refactoring, formatting, tests)
910
- [ ] ReadMe, Docs and GitHub updates
1011
- [ ] Other (please describe):
1112

1213
## Checklist
14+
<!-- Remove irrelevant items to this PR. -->
1315

1416
- [ ] Tests for the changes have been added (if needed)
1517
- [ ] Docs have been reviewed and added / updated
1618
- [ ] Lint (`black rocketpy/ tests/`) has passed locally
1719
- [ ] All tests (`pytest --runslow`) have passed locally
20+
- [ ] `CHANGELOG.md` has been updated (if relevant)
1821

1922
## Current behavior
2023
<!-- Describe current behavior or link to an issue. -->
@@ -27,12 +30,12 @@ Enter text here...
2730
Enter text here...
2831

2932
## Breaking change
30-
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
33+
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. Remove the unchecked box item. -->
3134

3235
- [ ] Yes
3336
- [ ] No
3437

3538
## Additional information
36-
<!-- Include any relevant details or screenshots. -->
39+
<!-- Include any relevant details or screenshots. If none, remove this section. -->
3740

3841
Enter text here...

0 commit comments

Comments
 (0)