|
3 | 3 | ### Summary |
4 | 4 |
|
5 | 5 | <!--Brief description of what this PR does.--> |
| 6 | +<!--Don't explain the code, justify what this PR exists for!--> |
6 | 7 |
|
7 | | -### Related Issues |
| 8 | +<!--Sources/references at the end--> |
8 | 9 |
|
9 | | -<!-- If applicable --> |
10 | | -Closes #<!--0--> |
| 10 | +### Issues to be resolved |
11 | 11 |
|
12 | | -## Changes Made |
| 12 | +<!-- If applicable--> |
| 13 | +<!--Use keywords "closes", "fixes", "resolves", or others at https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests --> |
| 14 | + |
| 15 | +<!--Fixes #--> |
| 16 | +<!--Fixes aeecleclair/CalypSSO#--> |
| 17 | + |
| 18 | +### Required PRs |
| 19 | + |
| 20 | +<!-- If applicable--> |
| 21 | +<!--Use keywords "depends on" or "blocked by", see https://github.com/gregsdennis/dependencies-action --> |
| 22 | + |
| 23 | +<!--Depends on #--> |
| 24 | +<!--Depends on aeecleclair/CalypSSO#--> |
| 25 | + |
| 26 | +### Changes Made |
13 | 27 |
|
14 | 28 | <!--Please describe the changes made in this pull request--> |
| 29 | +<!--Tell the big steps, use a checklist to show progress. You can explain here how the code works.--> |
| 30 | + |
| 31 | +- [x] ... |
| 32 | +- [ ] ... |
| 33 | + |
| 34 | +### Additional Notes |
15 | 35 |
|
16 | | -- ... |
| 36 | +<!--Anything relevant that does not quite fit in the summary--> |
17 | 37 |
|
18 | | -## Type of Change |
| 38 | +<details> |
| 39 | +<summary> |
| 40 | + |
| 41 | +## Classification |
| 42 | + |
| 43 | +</summary> |
| 44 | + |
| 45 | +### Type of Change |
19 | 46 |
|
20 | 47 | - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
21 | 48 | - [ ] ✨ New feature (non-breaking change which adds functionality) |
22 | 49 | - [ ] 🔨 Refactor (non-breaking change that neither fixes a bug nor adds a feature) |
23 | 50 | - [ ] 🔧 Infra CI/CD (changes to configs of workflows) |
24 | 51 | - [ ] 💥 BREAKING CHANGE (fix or feature that require a new minimal version of the front-end) |
25 | 52 |
|
26 | | -## Impact & Scope |
| 53 | +- [ ] 😶🌫️ No impact for the end-users |
| 54 | + |
| 55 | +### Impact & Scope |
27 | 56 |
|
28 | 57 | - [ ] Core functionality changes |
29 | 58 | - [ ] Single module changes |
30 | 59 | - [ ] Multiple modules changes |
31 | 60 | - [ ] Database migrations required |
32 | | -- [ ] Other |
33 | 61 |
|
34 | | -## Testing |
| 62 | +- [ ] Other: <!--not module-oriented--> |
35 | 63 |
|
36 | | -- [ ] Added/modified tests that pass the CI |
37 | | -- [ ] Tested in a pre-prod |
38 | | -- [ ] Tested this locally |
| 64 | +### Testing |
39 | 65 |
|
40 | | -## Documentation |
| 66 | +- [ ] 1. Tested this locally |
| 67 | +- [ ] 2. Added/modified tests that pass the CI |
| 68 | +- [ ] 3. Tested in a pre-prod |
41 | 69 |
|
42 | | -- [ ] Updated docs accordingly (docs.myecl.fr) : <!--[Docs#0 - Title](https://github.com/aeecleclair/myecl-documentation/pull/0)--> |
43 | | -- [ ] Code includes docstrings |
44 | | -- [ ] No documentation needed |
| 70 | +- [ ] 0. Untestable (exceptionally), will be tested in prod directly |
45 | 71 |
|
46 | | -## Checklist |
| 72 | +### Documentation |
47 | 73 |
|
48 | | -- [ ] My code follows the style guidelines of this project |
49 | | -- [ ] I have commented my code, particularly in hard-to-understand areas |
50 | | -- [ ] Any dependent changes have been merged and published (_Indicate the linked PR for the dependent changes_) |
| 74 | +- [ ] Updated [the docs](docs.myecl.fr) accordingly : <!--[Docs#0 - Title](https://github.com/aeecleclair/myecl-documentation/pull/0)--> |
| 75 | +- [ ] `"` Docstrings |
| 76 | +- [ ] `#` Inline comments |
51 | 77 |
|
52 | | -## Additional Notes |
| 78 | +- [ ] No documentation needed |
53 | 79 |
|
54 | | -Add any other context, screenshots, or information about the pull request here. |
| 80 | +</details> |
0 commit comments