|
1 | | -## Pull request checklist |
| 1 | +<!-- You are awesome! Your contribution to RocketPy is fundamental in our endeavour to create a next generation solution for rocketry trajectory simulation! --> |
2 | 2 |
|
3 | | -Please check if your PR fulfills the following requirements: |
4 | | -- [ ] Tests for the changes have been added (for bug fixes / features) |
5 | | -- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features) |
6 | | -- [ ] Build (`python setup.py install`) was run locally and any changes were pushed |
7 | | -- [ ] Lint (`black rocketpy`) has passed locally and any fixes were made for failures |
8 | | -- [ ] All tests (`pytest --runslow`) have passed locally |
| 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! --> |
9 | 4 |
|
10 | 5 | ## Pull request type |
11 | | -<!-- Please do not submit updates to dependencies unless it fixes an issue. --> |
12 | | -<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. --> |
13 | 6 |
|
14 | 7 | Please check the type of change your PR introduces: |
15 | | -- [ ] Bugfix |
16 | | -- [ ] Feature |
17 | | -- [ ] Code style update (formatting, renaming) |
18 | | -- [ ] Refactoring (no functional changes, no api changes) |
19 | | -- [ ] Build related changes |
20 | | -- [ ] Documentation content changes |
21 | | -- [ ] Other (please describe): |
| 8 | +- [ ] Code base additions (bugfix, features) |
| 9 | +- [ ] Code maintenance (refactoring, formatting, renaming) |
| 10 | +- [ ] ReadMe, Docs and GitHub maintenance |
| 11 | +- [ ] Other (please describe): |
| 12 | + |
| 13 | +## Pull request checklist |
| 14 | + |
| 15 | +Please check if your PR fulfills the following requirements, depending on the type of PR: |
| 16 | + |
| 17 | +- ReadMe, Docs and GitHub maintenance: |
| 18 | + - [ ] Spelling has been verified |
| 19 | + - [ ] Code docs are working correctly |
| 20 | + |
| 21 | +- Code base maintenance (for bug fixes / features): |
| 22 | + - [ ] Docs have been reviewed and added / updated if needed |
| 23 | + - [ ] Lint (`black rocketpy`) has passed locally and any fixes were made |
| 24 | + - [ ] All tests (`pytest --runslow`) have passed locally |
| 25 | + |
| 26 | +- Code base additions (for bug fixes / features): |
| 27 | + - [ ] Tests for the changes have been added |
| 28 | + - [ ] Docs have been reviewed and added / updated if needed |
| 29 | + - [ ] Lint (`black rocketpy`) has passed locally and any fixes were made |
| 30 | + - [ ] All tests (`pytest --runslow`) have passed locally |
22 | 31 |
|
23 | 32 | ## What is the current behavior? |
24 | 33 | <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> |
25 | 34 |
|
26 | | -RocketPy's code did not have any unit tests setup. |
27 | | - |
| 35 | +Enter text here... |
28 | 36 |
|
29 | 37 | ## What is the new behavior? |
30 | 38 | <!-- Please describe the behavior or changes that are being added by this PR. --> |
31 | 39 |
|
32 | | -- |
33 | | -- |
| 40 | +Enter text here... |
34 | 41 |
|
35 | 42 | ## Does this introduce a breaking change? |
| 43 | +<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> |
36 | 44 |
|
37 | 45 | - [ ] Yes |
38 | 46 | - [ ] No |
39 | 47 |
|
40 | | -<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> |
41 | | - |
42 | | - |
43 | 48 | ## Other information |
44 | | - |
45 | 49 | <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> |
46 | 50 |
|
47 | | -- |
48 | | -- |
| 51 | +Enter text here... |
0 commit comments