1
0
Fork 0

Adds a pull request template

This commit is contained in:
Alicia Sykes 2022-07-10 13:34:14 +01:00
parent 3d4aed5122
commit a733303a48
2 changed files with 39 additions and 0 deletions

39
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,39 @@
<!--
Thank you for contributing to Awesome-Privacy! 🙌
Before submitting, please read .github/CONTRIBUTING.md,
And ensure that your pull request follows the guidelines
-->
### Changes
<!--
Briefly outline your changes, and explain what is being added / amended / removed and why
-->
---
### Supporting Material
<!--
If submitting and addition, please provide links to any relevant supporting material, such as Git repo, security audit, docs, etc..
-->
---
### Affiliation
<!--
For transparency, please indicate weather or not you are associated with the software being added.
If this is a deletion, please also say if you are affiliated with and other project listed within the same category.
-->
---
### Checklist
- [ ] I have read the [Contributing](/.github/CONTRIBUTING.md) guide, and confirmed my PR aligns with the requirements
- [ ] I have performed a self-review (valid markdown formatting, spelling and grammar)
- [ ] I have indicated whether I have any affiliation with any software/ services added
- [ ] I agree to follow the repositories [Contributor Covenant Code of Conduct](/.github/CODE_OF_CONDUCT.md)

View File