|
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 | | - |
5 | 1 | ## Pull request type |
6 | 2 |
|
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 |
12 | 6 | - [ ] Other (please describe): |
13 | 7 |
|
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 |
30 | 9 |
|
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 |
35 | 14 |
|
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. --> |
38 | 17 |
|
39 | 18 | Enter text here... |
40 | 19 |
|
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. --> |
43 | 22 |
|
44 | 23 | Enter text here... |
45 | 24 |
|
46 | | -## Does this introduce a breaking change? |
| 25 | +## Breaking change |
47 | 26 | <!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> |
48 | 27 |
|
49 | 28 | - [ ] Yes |
50 | 29 | - [ ] No |
51 | 30 |
|
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. --> |
54 | 33 |
|
55 | 34 | Enter text here... |
0 commit comments