From 3f0e525a01263bbc6d51bc4082e6037982958f2a Mon Sep 17 00:00:00 2001 From: Leandro Boscariol Date: Wed, 21 Jul 2021 09:36:17 -0700 Subject: [PATCH] Adding pull request template (#991) # Summary Adding pull request template # Testing After this PR is merged, create a new PR ;) - [ ] It should have the template added here --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 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 0000000000..327028d178 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +# Summary + +<>Fixes #issueNumber + +*High-level description of what your changes are accomplishing* + +*Add screenshots if applicable. Images are nice :)* + + # To Test + +1. <> Open the page `about` +- [ ] <> Verify it contains about information... +- [ ] Checkbox Style list of things a QA person could verify, i.e. +- [ ] Should display Text Input our storybook +- [ ] Input should not accept Numbers +2. <> ... + + # Background + +*Optional: Give background information for changes you've made, that might be difficult to explain via comments* +