-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |