Add pull request template

This commit is contained in:
THIVEND
2022-04-06 19:56:46 +02:00
parent e89cdaeae2
commit c772a75965
+29
View File
@@ -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!