aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-15 15:27:50 -0400
committerGitHub <noreply@github.com>2021-07-15 15:27:50 -0400
commitd7e5fa1ac7728290d1f1fc51b984dc40b1feb323 (patch)
treebf7f1e012d17ad63b81b9b4ec496f29eca91e29b
parentfb63fdf195a2e81a03301cfbf54d5c284b8c82cf (diff)
parent736e88018e4ebbe4de588b5f869798cf5c622f09 (diff)
Merge pull request #506 from IvanIFChen/github-update-pr-template
[GITHUB] Update PR Template - Test Plan
-rw-r--r--.github/pull_request_template.md17
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)