From c772a75965471043df0d4df996aa04da74dfc39f Mon Sep 17 00:00:00 2001 From: THIVEND Date: Wed, 6 Apr 2022 19:56:46 +0200 Subject: [PATCH] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..dc8f16e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ +#### :tophat: What? Why? +*Please describe your pull request.* + +#### :pushpin: Related Issues +*Link your PR to an issue* +- Related to #? +- Fixes #? + +#### Testing +*Describe the best way to test or validate your PR.* + +#### :clipboard: Checklist +⚠️ No tests suites for now ⚠️ +:rotating_light: Please review the [guidelines for contributing](https://github.com/decidim/decidim/blob/develop/CONTRIBUTING.adoc) to this repository. + +- [ ] :question: ~~**CONSIDER** adding a unit test if your PR resolves an issue.~~ +- [ ] :heavy_check_mark: **DO** check open PR's to avoid duplicates. +- [ ] :heavy_check_mark: **DO** keep pull requests small so they can be easily reviewed. +- [ ] :heavy_check_mark: **DO** build locally before pushing. +- [ ] :heavy_check_mark: ~~**DO** make sure tests pass.~~ +- [ ] :heavy_check_mark: ~~**DO** add CHANGELOG upgrade notes if required.~~ +- [ ] :x:~~**AVOID** breaking the continuous integration build.~~ +- [ ] :x:**AVOID** making significant changes to the overall architecture. + +### :camera: Screenshots +*Please add screenshots of the changes you're proposing* +![Description](URL) + +:hearts: Thank you!