Set up issue/pr templates

This commit is contained in:
Acylation 2023-09-12 00:31:44 +08:00
parent c759de78a8
commit 40a48d61aa
2 changed files with 64 additions and 0 deletions

47
.github/ISSUE_TEMPLATE/bug-report.yml vendored Normal file
View file

@ -0,0 +1,47 @@
name: Bug Report
description: Report a bug encountered while using the Markwhen plugin
labels: ['triage']
body:
- type: textarea
id: problem
attributes:
label: What happened?
description: |
Please provide as much info as possible.
validations:
required: true
- type: textarea
id: expected
attributes:
label: What did you expect to happen?
validations:
required: true
- type: textarea
id: repro
attributes:
label: How can we reproduce it (as minimally and precisely as possible)?
validations:
required: true
- type: textarea
id: additional
attributes:
label: Anything else we need to know?
- type: input
id: pluginVersion
attributes:
label: Plugin version
description: You can find the version under Settings -> Community plugins -> Installed plugins -> Chem.
validations:
required: true
- type: input
id: obsidianVersion
attributes:
label: Obsidian version
description: You can find the version under Settings -> About -> Current version.
validations:
required: true

View file

@ -0,0 +1,17 @@
name: Feature Request
description: Suggest a new feature
labels: ['triage']
body:
- type: textarea
id: feature
attributes:
label: What would you like to be added?
validations:
required: true
- type: textarea
id: rationale
attributes:
label: Why is this needed?
validations:
required: true