From 5e9d9500d5c9fb5e72193781f9adf37302226212 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Mon, 24 Feb 2020 21:44:24 -0500 Subject: Update github files again. --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++-- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++---- .github/pull_request_template.md | 6 +++++- 3 files changed, 14 insertions(+), 7 deletions(-) (limited to '.github') 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 -- cgit v1.2.3