70 lines
1.8 KiB
YAML
70 lines
1.8 KiB
YAML
name: Bug report
|
|
description: The template for all 3rd party bug reports
|
|
labels:
|
|
- bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >-
|
|
# Before You Begin
|
|
|
|
Make sure that you have checked the [issues](https://github.com/Oliver-Akins/file-hider/issues)
|
|
page for any bug reports that are similar to yours, if you've found a
|
|
similar one, make a comment on that issue with your extra information.
|
|
- 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:
|
|
label: Affected Platforms
|
|
description: >-
|
|
Select all of the platforms that this bug was tested on before
|
|
submitting an issue
|
|
multiple: true
|
|
options:
|
|
- Linux
|
|
- Android
|
|
- Mac
|
|
- iOS
|
|
- Windows
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: |-
|
|
---
|
|
|
|
# Behaviour Descriptions
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behaviour
|
|
description: Describe you expect to happen
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Actual Behaviour
|
|
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
|