From c34c2d6aaf750de19e0e5a7b7b87f14c0c93df8b Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Sat, 4 Jun 2022 21:39:18 -0600 Subject: [PATCH] Tweak the issue form to have version info and remove urgency dropdown --- .github/ISSUE_TEMPLATE/bug.yaml | 53 +++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index c935098..4f1c352 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -3,6 +3,22 @@ description: The template for all 3rd party bug reports labels: - bug body: + - type: markdown + attributes: + value: '# Version Information' + - type: input + id: version + attributes: + label: Plugin Version + placeholder: e.g. 1.1.0 + validations: + required: true + - type: input + attributes: + label: Obsidian Version + description: What version of Obsidian are you using? + validations: + required: true - type: dropdown id: platforms attributes: @@ -19,6 +35,12 @@ body: - Windows validations: required: true + - type: markdown + attributes: + value: |- + --- + + # Behaviour Descriptions - type: textarea attributes: label: Expected Behaviour @@ -31,22 +53,29 @@ body: description: Describe what actually happens. validations: required: true + - type: textarea + attributes: + label: Steps to Reproduce + description: >- + List steps that can reproduce the issue. If this is left blank, issues + may be deemed lower priority and take longer to fix. + value: 1. Hide a file/folder + - type: markdown + attributes: + value: |- + --- + + # Confirmations - type: checkboxes attributes: label: Have you? options: - label: >- - I have checked that there isn't already a bug on GitHub for this - issue + I have checked that there isn't already a bug on the GitHub issue + tracker for this issue required: true - - type: dropdown + - type: markdown attributes: - label: Urgency - description: How urgent do you think this problem is? - options: - - Not Urgent - - Mildly Urgent - - Urgent - - Very Urgent - validations: - required: true + value: >- + This template was generated with [Issue Forms + Creator](https://www.issue-forms-creator.app/)