From 484698d399ecfe1cdfdb4ade03a1be1ca49ba3b5 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Sat, 24 Feb 2018 11:28:23 -0500 Subject: [PATCH] Initial commit --- .github/PULL_REQUEST_TEMPLATE.md | 34 +++++++++++++++++++----- .github/PULL_REQUEST_TEMPLATE/release.md | 1 + 2 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE/release.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d81854e9..7086a658 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,36 @@ + + + ## Description - +- Fixes #### (if fixing a known issue; otherwise, describe issue using the following format) -- Fixes #### -- Fixes list issues fixed by this PR -- Fixes will automatically close them once merged + ## Review ### Submitter -- [ ] All tests pass (CI should take care of this, once in place). -- [ ] All lint checks pass (CI should take care of this, once in place). - Tests - [ ] Test(s) exist to ensure functionality works (if no new tests added, list which tests cover this functionality). - [ ] No tests required for this PR. @@ -22,4 +41,7 @@ ### Reviewer +- [ ] All tests pass (remove once CI is in place). +- [ ] All lint checks pass (remove once CI is in place). + ?? \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md new file mode 100644 index 00000000..47b7ef38 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -0,0 +1 @@ +release.md \ No newline at end of file