summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-24 21:44:24 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-24 21:44:24 -0500
commit5e9d9500d5c9fb5e72193781f9adf37302226212 (patch)
tree9e2e6ef2646abec51dc6a7fcd413999ca41a85b6
parent34b84d6b04b306089fc2be24c5daa6e0ad682856 (diff)
Update github files again.
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md7
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md8
-rw-r--r--.github/pull_request_template.md6
3 files changed, 14 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 02dc0b29..7c6d8840 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,6 @@
---
name: Bug report
-about: Found a bug? Please report it if it hasn't already been filed...
+about: Found a bug? Make sure it hasn't already been filed/solved - if so, please report it!
title: ""
labels: "bug"
assignees: "ClementTsang"
@@ -25,9 +25,12 @@ If applicable, add screenshots to help explain your problem.
Provide information on:
-**OS:**
+**Operating System:**
+
**Terminal:**
+**Any other relevant information (more details are always good!):**
+
## Additional context
If anything hasn't been covered by the above categories, state it down here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 501f49b4..e2ce631e 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,6 +1,6 @@
---
name: Feature request
-about: Suggest an idea for this project
+about: Got a good idea that hasn't already been mentioned? Suggest it!
title: ""
labels: "enhancement"
assignees: "ClementTsang"
@@ -8,8 +8,8 @@ assignees: "ClementTsang"
## Describe the feature request
-Why should we consider this feature request? Describe why, and/or how you think this feature will solve the issue.
+Why should we consider this feature request? Describe why, and/or how you think this feature will solve the issue, or overall improve the application.
-## Additional context
+## Additional context/details
-Provide any additional context here.
+Provide any additional context or details here. What needs to be done, why, etc.
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index a756015e..c94779b0 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,6 +1,6 @@
## Description
-A description of the change and what it does. If relevant, please provide screenshots of what results from the change.
+A description of the change and what it does. If relevant, please provide screenshots of what results from the change.
## Issue
@@ -15,6 +15,10 @@ Remove the irrelevant one.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
+## Test methodology
+
+Please state how this was tested.
+
## Checklist
- [ ] Code has been linted