diff options
| author | Michael <michael.foiani@gmail.com> | 2021-07-16 13:06:02 -0400 |
|---|---|---|
| committer | Michael <michael.foiani@gmail.com> | 2021-07-16 13:06:02 -0400 |
| commit | fd2478916a96cb3b75dc2d385d402b4f90b02ce8 (patch) | |
| tree | b38509b7d586fee83775849dab639ed5ac74f1aa /.github/pull_request_template.md | |
| parent | 5d57346e80cbab3d5e0106b3c9edf25670852d71 (diff) | |
| parent | 17ac3b21f6db0107d3c5eeb8885884fa8cfa5a72 (diff) | |
Merge branch 'master' into tma954-video-trimming-component
Merging with master that fixes vid quality bugs
Diffstat (limited to '.github/pull_request_template.md')
| -rw-r--r-- | .github/pull_request_template.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6d068539..13b198af 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,6 +13,23 @@ <!--- 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) |
