From 78540c2dcc1d94b2483fae493df80170fd7225d9 Mon Sep 17 00:00:00 2001 From: Colleen Hart Date: Wed, 26 Jul 2017 15:02:56 -0400 Subject: [PATCH 1/2] Adding a template for new PRs --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..4279d166f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## Description +State the overall goal of the pull request. Describe the list of changes the PR introduces and include any related PRs, Issues and/or Jira stories. + +## PR Checklist + +- [ ] Unit tests are included +- [ ] Screenshots are attached (if there are visual changes in the UI) +- [ ] A Designer (@beanh66) is assigned as a reviewer (if there are visual changes in the UI) +- [ ] A CSS rep (@cshinn) is assigned as a reviewer (if there are visual changes in the UI) From ee97b52f384d6d851185726e19c475773d222b46 Mon Sep 17 00:00:00 2001 From: Colleen Hart Date: Wed, 26 Jul 2017 15:28:09 -0400 Subject: [PATCH 2/2] removing .md from filename --- .github/PULL_REQUEST_TEMPLATE | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 000000000..4279d166f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,9 @@ +## Description +State the overall goal of the pull request. Describe the list of changes the PR introduces and include any related PRs, Issues and/or Jira stories. + +## PR Checklist + +- [ ] Unit tests are included +- [ ] Screenshots are attached (if there are visual changes in the UI) +- [ ] A Designer (@beanh66) is assigned as a reviewer (if there are visual changes in the UI) +- [ ] A CSS rep (@cshinn) is assigned as a reviewer (if there are visual changes in the UI)