File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Purpose
2
2
3
- Description...
3
+ Describe the purpose of this pull request.
4
4
5
5
6
6
## Proposal
7
7
8
- Description...
8
+ - [ ] item 1...
9
+ - [ ] item 2...
9
10
10
- - [ ] item 1...
11
- - [ ] item 2...
11
+ ## External contributions
12
+
13
+ Thank you for your contribution! 🎉
14
+
15
+ 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)
You can’t perform that action at this time.
0 commit comments