From e504f43611027ed951e946be20107dd40d66289d Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 17 Jun 2025 13:45:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A5(github)=20update=20pull=20request?= =?UTF-8?q?=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We added a new section to the pull request template to ensure that contributors follow the correct process for submitting pull requests. --- .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 85cfbe6e..edc7a370 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,22 @@ ## Purpose -Description... +Describe the purpose of this pull request. ## Proposal -Description... +- [ ] item 1... +- [ ] item 2... -- [] item 1... -- [] item 2... +## External contributions + +Thank you for your contribution! 🎉 + +Please ensure the following items are checked before submitting your pull request: +- [ ] I have read and followed the [contributing guidelines](https://github.com/suitenumerique/docs/blob/main/CONTRIBUTING.md) +- [ ] I have read and agreed to the [Code of Conduct](https://github.com/suitenumerique/docs/blob/main/CODE_OF_CONDUCT.md) +- [ ] I have signed off my commits with `git commit --signoff` (DCO compliance) +- [ ] I have signed my commits with my SSH or GPG key (`git commit -S`) +- [ ] My commit messages follow the required format: `(type) title description` +- [ ] I have added a changelog entry under `## [Unreleased]` section (if noticeable change) +- [ ] I have added corresponding tests for new features or bug fixes (if applicable) \ No newline at end of file