Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliot authored Jan 12, 2021
1 parent 0c2b609 commit 650a8b6
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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]
---
<!-- YOU CAN DELETE THE TESTING SECTION IF NOT APPLICABLE -->
## Testing
* [List_out_any_new,deleted,or_changed_`data-testid`_attributes]
* [List_out_any_unit_tests]
---
<!-- YOU CAN DELETE THE SCREENSHOTS SECTION IF NOT APPLICABLE -->
## Screenshot(s):
* [Paste_screenshots_here]
---
<!-- YOU CAN DELETE THE CHECKLIST SECTION IF NOT APPLICABLE -->
<!-- PUT ANY NEW ENV VARS HERE AS WELL -->
<!-- USE THE `dependency` LABEL IF YOU ADD ANYTHING HERE -->
## Deployment/Dependency Checklist:
<!-- PLEASE DELETE THE DEPENDENCY SECTION IF THERE ARE NO DEPENDENCIES -->
<!-- PLEASE DELETE THE DEPENDENCY SECTION IF THERE ARE NO DEPENDENCIES -->
<!-- PLEASE DELETE THE DEPENDENCY SECTION IF THERE ARE NO DEPENDENCIES -->
<!-- PLEASE DELETE THE DEPENDENCY SECTION IF THERE ARE NO DEPENDENCIES -->
<!-- PLEASE DELETE THE DEPENDENCY SECTION IF THERE ARE NO DEPENDENCIES -->
<!-- PLEASE DELETE THE DEPENDENCY SECTION IF THERE ARE NO DEPENDENCIES -->
* [ ] [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

0 comments on commit 650a8b6

Please sign in to comment.