mirror of
https://github.com/mark-when/obsidian-plugin.git
synced 2026-07-22 10:10:27 +00:00
Set up issue/pr templates
This commit is contained in:
parent
c759de78a8
commit
40a48d61aa
2 changed files with 64 additions and 0 deletions
47
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
47
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal 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
|
||||
17
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal 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
|
||||
Loading…
Reference in a new issue