From 26af701f98f002c06b06fd13faba923a18dec2d0 Mon Sep 17 00:00:00 2001 From: Cas <6506529+ThaUnknown@users.noreply.github.com> Date: Sun, 24 Apr 2022 21:21:17 +0200 Subject: [PATCH 1/6] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml 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 From d9d84a9795eb4fa72b862ce620bdd8bbfd27be4b Mon Sep 17 00:00:00 2001 From: Cas <6506529+ThaUnknown@users.noreply.github.com> Date: Sun, 24 Apr 2022 21:34:47 +0200 Subject: [PATCH 2/6] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 69 +++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..baa81e6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,69 @@ +name: Bug report +description: Report a bug. +title: '[Bug]: ' +labels: + - bug +body: + - type: checkboxes + id: '1' + attributes: + label: Preflight checklist + description: Make sure you completed this before creating an issue. + options: + - label: >- + I have searched the [issue + tracker](https://github.com/ThaUnknown/miru/issues) for a bug report + that matches the one I want to file, without success. + required: true + - label: >- + I have searched the [frequently asked + questions](https://github.com/ThaUnknown/miru/blob/master/docs/faq.md) + for a solution that fixes this problem, without success. + required: true + - label: >- + I have checked that I'm using the [latest + stable](https://github.com/ThaUnknown/miru/releases/latest) version + of the app. + required: true + - type: input + id: '2' + attributes: + label: What app version are you using? + description: >- + The app version you are currently using, you can view this at the bottom + of the settings menu. + placeholder: v2.0.1 + validations: + required: true + - type: dropdown + id: '3' + attributes: + label: What operating system version are you using? + options: + - Windows + - Linux + - MacOS + validations: + required: true + - type: textarea + id: '4' + attributes: + label: Expected Behavior + description: A clear and concise description of what you expected to happen. + - type: textarea + id: '5' + attributes: + label: Actual Behavior + description: A clear description of what actually happens. + validations: + required: true + - type: textarea + id: '6' + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + - type: markdown + attributes: + value: >- + This template was generated with [Issue Forms + Creator](https://www.issue-forms-creator.app/) From 07b14caad9397ec0e1106d7e38aa9e936d7c117e Mon Sep 17 00:00:00 2001 From: Cas <6506529+ThaUnknown@users.noreply.github.com> Date: Sun, 24 Apr 2022 21:35:23 +0200 Subject: [PATCH 3/6] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index baa81e6a..d4ecf567 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -62,8 +62,3 @@ body: attributes: label: Screenshots description: If applicable, add screenshots to help explain your problem. - - type: markdown - attributes: - value: >- - This template was generated with [Issue Forms - Creator](https://www.issue-forms-creator.app/) From d3bf58241c37a6898069d502b1eb23f5a99871ee Mon Sep 17 00:00:00 2001 From: Cas <6506529+ThaUnknown@users.noreply.github.com> Date: Sun, 24 Apr 2022 21:36:00 +0200 Subject: [PATCH 4/6] Delete bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 31 ---------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 4b706307..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. Windows|Linux] - - Version [e.g. v0.1.0] - -**Additional context** -Add any other context about the problem here. From 9b6349f611ab73dfee514f7c3b99aa180a92be68 Mon Sep 17 00:00:00 2001 From: Cas <6506529+ThaUnknown@users.noreply.github.com> Date: Sun, 24 Apr 2022 21:39:07 +0200 Subject: [PATCH 5/6] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..8637bc48 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,43 @@ +name: Feature Request +description: Suggest an idea for the app. +title: '[Feature Request]: ' +labels: + - enhancement +body: + - type: checkboxes + id: '1' + attributes: + label: Preflight checklist + description: Make sure you completed this before creating an issue. + options: + - label: >- + I have searched the [issue + tracker](https://github.com/ThaUnknown/miru/issues) for a bug report + that matches the one I want to file, without success. + required: true + - label: >- + I have searched the [features + list](https://github.com/ThaUnknown/miru#features) for this feature, + and I couldn't find it. + required: true + - label: >- + I have checked that I'm using the [latest + stable](https://github.com/ThaUnknown/miru/releases/latest) version + of the app. + required: true + - type: textarea + id: '4' + attributes: + label: Problem Description + description: >- + Please add a clear and concise description of the problem you are + seeking to solve with this feature request. + validations: + required: true + - type: textarea + id: '5' + attributes: + label: Proposed Solution + description: Describe the solution you'd like in a clear and concise manner. + validations: + required: true From 6fa4120fc3440e76e0b9a2feec78157157a6aa9e Mon Sep 17 00:00:00 2001 From: Cas <6506529+ThaUnknown@users.noreply.github.com> Date: Sun, 24 Apr 2022 21:39:18 +0200 Subject: [PATCH 6/6] Delete feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 59094e26..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Additional context** -Add any other context or screenshots about the feature request here.