|
1 | 1 | ## Purpose |
2 | 2 |
|
3 | | -Describe the purpose of this pull request. |
4 | | - |
| 3 | +Describe the purpose of this pull request. |
5 | 4 |
|
6 | 5 | ## Proposal |
7 | 6 |
|
8 | | -- [ ] item 1... |
9 | | -- [ ] item 2... |
| 7 | +* [ ] item 1... |
| 8 | +* [ ] item 2... |
10 | 9 |
|
11 | 10 | ## External contributions |
12 | 11 |
|
13 | | -Thank you for your contribution! 🎉 |
| 12 | +Thank you for your contribution! 🎉 |
14 | 13 |
|
15 | 14 | Please ensure the following items are checked before submitting your pull request: |
16 | | -- [ ] I have read and followed the [contributing guidelines](https://github.com/suitenumerique/docs/blob/main/CONTRIBUTING.md) |
17 | | -- [ ] I have read and agreed to the [Code of Conduct](https://github.com/suitenumerique/docs/blob/main/CODE_OF_CONDUCT.md) |
18 | | -- [ ] I have signed off my commits with `git commit --signoff` (DCO compliance) |
19 | | -- [ ] I have signed my commits with my SSH or GPG key (`git commit -S`) |
20 | | -- [ ] My commit messages follow the required format: `<gitmoji>(type) title description` |
21 | | -- [ ] I have added a changelog entry under `## [Unreleased]` section (if noticeable change) |
22 | | -- [ ] I have added corresponding tests for new features or bug fixes (if applicable) |
| 15 | + |
| 16 | +### General requirements |
| 17 | + |
| 18 | +* [ ] I have read and followed the [contributing guidelines](https://github.com/suitenumerique/docs/blob/main/CONTRIBUTING.md) |
| 19 | +* [ ] I have read and agreed to the [Code of Conduct](https://github.com/suitenumerique/docs/blob/main/CODE_OF_CONDUCT.md) |
| 20 | +*Skip if you're fixing an issue or adding documentation* |
| 21 | +* [ ] Before submitting a PR for a new feature I made sure to contact the product manager |
| 22 | + |
| 23 | +### Test requirements |
| 24 | + |
| 25 | +* [ ] I have added corresponding tests for new features or bug fixes (if applicable) |
| 26 | +* [ ] I made sure that all existing tests are passing |
| 27 | +* [ ] I have signed off my commits with `git commit --signoff` (DCO compliance) |
| 28 | +* [ ] I have signed my commits with my SSH or GPG key (`git commit -S`) |
| 29 | +* [ ] My commit messages follow the required format: `<gitmoji>(type) title description` |
| 30 | +* [ ] I have added a changelog entry under `## [Unreleased]` section (if noticeable change) |
| 31 | + |
| 32 | +### AI requirements |
| 33 | + |
| 34 | +*Skip If you didn't use AI for your contribution* |
| 35 | +* [ ] I used AI assistance to produce part or all of this contribution |
| 36 | +* [ ] I have read, reviewed, understood and can explain the code I am submitting |
| 37 | +* [ ] I can jump in a call or a chat to explain my work to a maintainer |
0 commit comments