Skip to content

Commit 0e5527d

Browse files
committed
DEV: new PR template
1 parent 15303d7 commit 0e5527d

1 file changed

Lines changed: 15 additions & 36 deletions

File tree

.github/pull_request_template.md

Lines changed: 15 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,34 @@
1-
<!-- You are awesome! Your contribution to RocketPy is fundamental in our endeavour to create the next generation solution for rocketry trajectory simulation! -->
2-
3-
<!-- 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! -->
4-
51
## Pull request type
62

7-
Please check the type of change your PR introduces:
8-
9-
- [ ] Code base additions (bugfix, features)
10-
- [ ] Code maintenance (refactoring, formatting, renaming, tests)
11-
- [ ] ReadMe, Docs and GitHub maintenance
3+
- [ ] Code changes (bugfix, features)
4+
- [ ] Code maintenance (refactoring, formatting, tests)
5+
- [ ] ReadMe, Docs and GitHub updates
126
- [ ] Other (please describe):
137

14-
## Pull request checklist
15-
16-
Please check if your PR fulfills the following requirements, depending on the type of PR:
17-
18-
- ReadMe, Docs and GitHub maintenance:
19-
20-
- [ ] Spelling has been verified
21-
- [ ] Code docs are working correctly
22-
23-
- Code base maintenance (refactoring, formatting, renaming):
24-
25-
- [ ] Docs have been reviewed and added / updated if needed
26-
- [ ] Lint (`black rocketpy`) has passed locally and any fixes were made
27-
- [ ] All tests (`pytest --runslow`) have passed locally
28-
29-
- Code base additions (for bug fixes / features):
8+
## Checklist
309

31-
- [ ] Tests for the changes have been added
32-
- [ ] Docs have been reviewed and added / updated if needed
33-
- [ ] Lint (`black rocketpy`) has passed locally and any fixes were made
34-
- [ ] All tests (`pytest --runslow`) have passed locally
10+
- [ ] Tests for the changes have been added (if needed)
11+
- [ ] Docs have been reviewed and added / updated
12+
- [ ] Lint (`black rocketpy`) has passed locally
13+
- [ ] All tests (`pytest --runslow`) have passed locally
3514

36-
## What is the current behavior?
37-
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
15+
## Current behavior
16+
<!-- Describe current behavior or link to an issue. -->
3817

3918
Enter text here...
4019

41-
## What is the new behavior?
42-
<!-- Please describe the behavior or changes that are being added by this PR. -->
20+
## New behavior
21+
<!-- Describe changes introduced by this PR. -->
4322

4423
Enter text here...
4524

46-
## Does this introduce a breaking change?
25+
## Breaking change
4726
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
4827

4928
- [ ] Yes
5029
- [ ] No
5130

52-
## Other information
53-
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
31+
## Additional information
32+
<!-- Include any relevant details or screenshots. -->
5433

5534
Enter text here...

0 commit comments

Comments
 (0)