From e1d873c49f73b610d140615d0fda75942ca6121d Mon Sep 17 00:00:00 2001 From: ggg27 <52841257+ggg27@users.noreply.github.com> Date: Fri, 9 Aug 2019 02:12:05 +0000 Subject: [PATCH] Add Checklist to PRs (#1041) * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: nitrohorse <1514352+nitrohorse@users.noreply.github.com> * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Jonah Aragon * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Jonah Aragon * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Jonah Aragon * Update PULL_REQUEST_TEMPLATE.md * Add discussion checkbox * Trigger build --- .github/PULL_REQUEST_TEMPLATE.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e2c31e15..3df664f7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,10 +2,16 @@ ## Description -Resolves: #none +Resolves: #none -Please add screenshots if applicable ---> +- [ ] I have read and understand [CONTRIBUTING.md](https://github.com/privacytoolsIO/privacytools.io/blob/master/.github/CONTRIBUTING.md). + +- [ ] I have listed the source code for this project in [source_code.md](https://github.com/privacytoolsIO/privacytools.io/blob/master/source_code.md). + +- [ ] This project is [free/libre software](https://www.wikipedia.org/wiki/Free_software). + +- [ ] This project has an [associated discussion](https://github.com/privacytoolsIO/privacytools.io/issues). + +Code Repository (if applicable):