0
0
Fork 0

Tweak the issue form to have version info and remove urgency dropdown

This commit is contained in:
Oliver Akins 2022-06-04 21:39:18 -06:00
parent 839239a3d6
commit c34c2d6aaf
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -3,6 +3,22 @@ description: The template for all 3rd party bug reports
labels: labels:
- bug - bug
body: 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 - type: dropdown
id: platforms id: platforms
attributes: attributes:
@ -19,6 +35,12 @@ body:
- Windows - Windows
validations: validations:
required: true required: true
- type: markdown
attributes:
value: |-
---
# Behaviour Descriptions
- type: textarea - type: textarea
attributes: attributes:
label: Expected Behaviour label: Expected Behaviour
@ -31,22 +53,29 @@ body:
description: Describe what actually happens. description: Describe what actually happens.
validations: validations:
required: true 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 - type: checkboxes
attributes: attributes:
label: Have you? label: Have you?
options: options:
- label: >- - label: >-
I have checked that there isn't already a bug on GitHub for this I have checked that there isn't already a bug on the GitHub issue
issue tracker for this issue
required: true required: true
- type: dropdown - type: markdown
attributes: attributes:
label: Urgency value: >-
description: How urgent do you think this problem is? This template was generated with [Issue Forms
options: Creator](https://www.issue-forms-creator.app/)
- Not Urgent
- Mildly Urgent
- Urgent
- Very Urgent
validations:
required: true