aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
blob: 13b198afefd63da8307fbbba2ebb85271137ede8 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!--- 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)
- [ ] There is an associated PR [here](URL_HERE)

<!-- Please include steps and expected behavior for "Happy Path" and "Error Handling" when necessary -->
<!-- E.g. "Tap on Category to select a category (selected category should be displayed)" -->
* Happy Path
  * Path 1 description
    1. action... (observation...)
    2. action... (observation...)
  * Path 2 description
    1. action... (observation...)
    2. action... (observation...)
* Error Handling
  * ...
* Existing functionality still works
  * ...
* Performance
  * ...

## 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.