From e3bcfe51aa77304505fbf5bc73d60b1c770fb6a7 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Mon, 4 Nov 2019 15:30:47 -0800 Subject: [PATCH] Updating Issue Template Workflow --- .github/ISSUE_TEMPLATE.md | 35 ------------------- .../{Bug_report.md => bug_report.md} | 18 ++++++---- .github/ISSUE_TEMPLATE/config.yml | 1 + ...{Feature_request.md => feature_request.md} | 12 ++++++- ...{Support_request.md => support_request.md} | 14 ++++++-- 5 files changed, 35 insertions(+), 45 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md rename .github/ISSUE_TEMPLATE/{Bug_report.md => bug_report.md} (76%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/ISSUE_TEMPLATE/{Feature_request.md => feature_request.md} (76%) rename .github/ISSUE_TEMPLATE/{Support_request.md => support_request.md} (84%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 8ca44464..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,35 +0,0 @@ -Hello! Thank you for reporting an issue! -If you would fill out the below points, that would make our process a whole lot easier! - -## **I'm submitting a ...** - - [ ] bug report - - [ ] feature request - - [ ] support request - - - - -## Regarding bug reports: - -* **Please tell us about your environment:** - - Jrnl version: (run `jrnl -v`) - - How you installed Jrnl - - - Operating system [MacOS, Linux, Windows?] - -* **What is the current behavior?** - -* **Please provide the steps to reproduce and if possible a minimal demo of the problem** - - -* **What is the expected behavior?** - -* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc) - -## Regarding Feature requests: - -* **What is the motivation / use case for changing the behavior?** - -* **Please provide examples of the usage** - -* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 76% rename from .github/ISSUE_TEMPLATE/Bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 38cf527e..0019514d 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,20 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + ## Bug report + Hello! Thank you for reporting an issue! If you would fill out the below points, that would make our process a whole lot easier! - -* **Please tell us about your environment:** +* **Please tell us about your environment:** - Jrnl version: (run `jrnl -v`) - How you installed Jrnl - - Operating system [MacOS, Linux, Windows?] * **What is the current behavior?** -* **Please provide the steps to reproduce and if possible a minimal demo of the problem** - +* **Please provide the steps to reproduce and if possible a minimal demo of the problem** * **What is the expected behavior?** * **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc) - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 76% rename from .github/ISSUE_TEMPLATE/Feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md index f9357f42..a2970a2f 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,4 +1,14 @@ -#Feature Request +--- +name: Feature request +about: Suggest an idea for jrnl +title: '' +labels: enhancement +assignees: '' + +--- + +## Feature Request + Hello! Thank you for reporting an issue! If you would fill out the below points, that would make our process a whole lot easier! diff --git a/.github/ISSUE_TEMPLATE/Support_request.md b/.github/ISSUE_TEMPLATE/support_request.md similarity index 84% rename from .github/ISSUE_TEMPLATE/Support_request.md rename to .github/ISSUE_TEMPLATE/support_request.md index 814d1f70..d3ce69b0 100644 --- a/.github/ISSUE_TEMPLATE/Support_request.md +++ b/.github/ISSUE_TEMPLATE/support_request.md @@ -1,14 +1,22 @@ +--- +name: Support Request +about: Get help with jrnl +title: '' +labels: support +assignees: '' + +--- + ## Support request + Hello! Thank you for reporting an issue! If you would fill out the below points, that would make our process a whole lot easier! - - * **Please tell us about your environment:** - Jrnl version: (run `jrnl -v`) - How you installed Jrnl - + - Operating system [MacOS, Linux, Windows?] * **What are you trying to do?**