From 99ae56729f456eb1afb68605c4e9e74e7b493b71 Mon Sep 17 00:00:00 2001 From: fortepc Date: Wed, 28 Nov 2018 19:32:55 -0500 Subject: [PATCH 1/4] Create Feature_request.md splitting apart from the issue report for the same reason listed in the new bug report file. --- .github/ISSUE_TEMPLATE/Feature_request.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 0000000..1027eba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,18 @@ +Your issue may already be reported! Please search on the [issue tracker](../) before creating one. + +**Note: for support questions, please use [/r/TheSilphRoad](https://reddit.com/r/thesilphroad)**. This repository's issues are reserved for feature requests and bug reports. + +## I'm submitting a ... + * feature request + +## **What is the new feature?** +*(Be clear and concise, right to the point. Provide mockup images if applicable)* + + +## **What is the motivation / use case for changing the behavior?** + + + +## **Other information** +(e.g. detailed explanation, stacktraces, related issues, links for us to have context, mock-up images of what you envision the feature being like, or screenshots of your idea implimented on another platform) + From 8cd473473c6014d977d2b02623118e9775365d1b Mon Sep 17 00:00:00 2001 From: fortepc Date: Wed, 28 Nov 2018 19:34:25 -0500 Subject: [PATCH 2/4] Delete ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 85be810..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,33 +0,0 @@ -Your issue may already be reported! Please search on the [issue tracker](../) before creating one. - -**Note: for support questions, please use [/r/TheSilphRoad](https://reddit.com/r/thesilphroad)**. This repository's issues are reserved for feature requests and bug reports. - -## I'm submitting a ... - - [ ] bug report - - [ ] feature request - -## **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem** -Try to include screenshots, or any other material to help us understand how to reproduce - - - -## **What is the expected behavior or new feature?** - - - -## **What is the motivation / use case for changing the behavior?** - - - -## **Please tell us about your environment, for bugs:** - - - -- Operating System: -- Browser: - - -## **Other information** -(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context) - - From 59d45ab94bfe36f5f4433622a93bc3108d727af9 Mon Sep 17 00:00:00 2001 From: fortepc Date: Wed, 28 Nov 2018 19:35:28 -0500 Subject: [PATCH 3/4] Create Bug_Report.md --- .github/ISSUE_TEMPLATE/Bug_Report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_Report.md diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md new file mode 100644 index 0000000..41f8f99 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report about something that's broken or not functioning as intended. + +--- + +Your issue may already be reported! Please search on the [issue tracker](../) before creating one. + +**Note: for support questions, please use [/r/TheSilphRoad](https://reddit.com/r/thesilphroad)** or email us at [team@thesilphroad.com](mailto:team@thesilphroad.com). This repository's issues are reserved for feature requests and bug reports. + +## I'm submitting a ... + * bug report + + +## **Please provide the steps to reproduce and if possible a minimal demo of the problem** +*Try to include screenshots, or any other material to help us understand how to reproduce the issue. If possible give step by step instructions and / or a video.* + + + +## **What is the expected behavior?** +*What should have happened instead of the bug you're reporting?* + + +## **What is the motivation / use case for changing the behavior?** + + + +## **Please tell us about your environments you're expirencing the bugs on.** +*(also specify if you have multiple environments available, which environment it works on, and which it doesn't. ie: it works in chrome on desktop, but not safari on mobile)* + + +- Operating System: +- Browser: + + +## **Other information** +(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context) + From 009a09a8f295a5a7028bbfc2021a26bcacd2e4d8 Mon Sep 17 00:00:00 2001 From: fortepc Date: Wed, 28 Nov 2018 19:36:04 -0500 Subject: [PATCH 4/4] Update Feature_request.md --- .github/ISSUE_TEMPLATE/Feature_request.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 1027eba..2e64162 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,3 +1,9 @@ +--- +name: Feature Request +about: Submit a request for a new feature or share an idea how to improve something. + +--- + Your issue may already be reported! Please search on the [issue tracker](../) before creating one. **Note: for support questions, please use [/r/TheSilphRoad](https://reddit.com/r/thesilphroad)**. This repository's issues are reserved for feature requests and bug reports.