Skip to content

Commit e504f43

Browse files
committed
👥(github) update pull request template
We added a new section to the pull request template to ensure that contributors follow the correct process for submitting pull requests.
1 parent 3ad6d0e commit e504f43

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
## Purpose
22

3-
Description...
3+
Describe the purpose of this pull request.
44

55

66
## Proposal
77

8-
Description...
8+
- [ ] item 1...
9+
- [ ] item 2...
910

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)

0 commit comments

Comments
 (0)