From 650a8b62b1e7f77a9373ba3a8e3edfb6ea854914 Mon Sep 17 00:00:00 2001 From: Tulio Troncoso Date: Tue, 12 Jan 2021 10:37:44 -0500 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 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 00000000..a15c32dc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,38 @@ +## **[Ticket FAT-0000](https://fattmerchant.atlassian.net/browse/FAT-0000)** +> **Paste_Ticket_Title_Here** +## What did I do? +* [Explain_what_this_PR_added_changed_or_fixed_in_a_list] +--- + +## Testing +* [List_out_any_new,deleted,or_changed_`data-testid`_attributes] +* [List_out_any_unit_tests] +--- + +## Screenshot(s): +* [Paste_screenshots_here] +--- + + + +## Deployment/Dependency Checklist: + + + + + + +* [ ] [List_out_any_new_ENV_vars] +* [ ] [List_out_any_back_end_dependencies] +--- +## PR notes contain: +* [ ] Checklist for any deployment dependencies (such as new env vars, back-end dependencies, etc) +## PR Checklist: +* [ ] **I tested this** +* [ ] I updated from the base branch (usually `latest`) +* [ ] I attached screenshot(s) (if there were UI changes) +* [ ] I used the following PR title format: "[SPRINT-XX][fat-xx] BLAH" + * Add "[EFS]" to the PR title if it was in the ticket title, e.g. "[SPRINT-XX][fat-xx][EFS]" +* [ ] I looked over the Files Changed tab +* [ ] I consulted with the ticket's product owner (if necessary) +* [ ] I requested a peer review