aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
blob: 6d0685398bfae1009e2d75ca25889401d5a76ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!--- Provide ticket number and a general summary of your changes in the Title above -->

## Link to ticket
<!--- Paste link to ticket here -->
[TMA-XX](https://taggid.atlassian.net/browse/TMA-XX)

## Description
<!--- Describe your changes in detail -->

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->
- [ ] Requires testing on different screen sizes (iPhone 8, iPhone 11) (optional)
- [ ] Requires testing on different screen sizes (iPhone 12 mini, iPhone 12 Pro Max) (optional)

## Screenshots (if appropriate)

<!--- ## Packages added (using `yarn add` or `yarn add --dev`) -->
<!--- List all packages that were added in this PR and provide a succinct explanation of their use cases -->
<!--- - **package-name** — Use case of package within project -->

## Checklist
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask! -->
- [ ] I thoroughly tested my changes and ensured that they integrate with existing functionality.
- [ ] I ran `git pull --rebase upstream master` in my branch and resolved any merge conflicts on my end.
- [ ] I documented my code in line with our [style guide](https://taggid.atlassian.net/wiki/spaces/~523670961/pages/891944961).
- [ ] My changes require a change to the documentation...
  - [ ] ... which I have updated accordingly.