|
4 | 4 |
|
5 | 5 | ## Pull request type |
6 | 6 |
|
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 |
| 7 | +- [ ] Code changes (bugfix, features) |
| 8 | +- [ ] Code maintenance (refactoring, formatting, tests) |
| 9 | +- [ ] ReadMe, Docs and GitHub updates |
12 | 10 | - [ ] Other (please describe): |
13 | 11 |
|
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 |
| 12 | +## Checklist |
22 | 13 |
|
23 | | -- Code base maintenance (refactoring, formatting, renaming): |
| 14 | +- [ ] Tests for the changes have been added (if needed) |
| 15 | +- [ ] Docs have been reviewed and added / updated |
| 16 | +- [ ] Lint (`black rocketpy/ tests/`) has passed locally |
| 17 | +- [ ] All tests (`pytest --runslow`) have passed locally |
24 | 18 |
|
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): |
30 | | - |
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 |
35 | | - |
36 | | -## What is the current behavior? |
37 | | -<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> |
| 19 | +## Current behavior |
| 20 | +<!-- Describe current behavior or link to an issue. --> |
38 | 21 |
|
39 | 22 | Enter text here... |
40 | 23 |
|
41 | | -## What is the new behavior? |
42 | | -<!-- Please describe the behavior or changes that are being added by this PR. --> |
| 24 | +## New behavior |
| 25 | +<!-- Describe changes introduced by this PR. --> |
43 | 26 |
|
44 | 27 | Enter text here... |
45 | 28 |
|
46 | | -## Does this introduce a breaking change? |
| 29 | +## Breaking change |
47 | 30 | <!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> |
48 | 31 |
|
49 | 32 | - [ ] Yes |
50 | 33 | - [ ] No |
51 | 34 |
|
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. --> |
| 35 | +## Additional information |
| 36 | +<!-- Include any relevant details or screenshots. --> |
54 | 37 |
|
55 | | -Enter text here... |
| 38 | +Enter text here... |
0 commit comments