From 1219798b9cf2cdacb89c1f6c1dc83b9f184852fc Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi Date: Thu, 29 Nov 2018 06:39:52 -0500 Subject: [PATCH] Update PR template (#125) --- .github/pull_request_template.md | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 85e5770..f690988 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,33 @@ -# Pull Request Checklist +### Prerequisites + +Put an `x` into the box(es) that apply: + +- [ ] This pull request fixes a bug. +- [ ] This pull request adds a feature. +- [ ] This pull request introduces breaking change. + +### Description + +Describe what this pull request achieves. + +### Issues Resolved + +List any existing issues this pull request resolves. + +### Checklist + +Put an `x` into the box(es) that apply: + +#### General - [ ] Describe what changes are being made - [ ] Explain why and how the changes were necessary and implemented respectively - [ ] Reference issue with `#` if applicable -- [ ] If you have changed any SCSS code, run `make release` to regenerate all CSS files. + +#### Resources + +- [ ] If you have changed any SCSS code, run `make release` to regenerate all CSS files + +#### Contributors + - [ ] Add yourself to `CONTRIBUTORS.md` if you aren't on it already