mirror of
https://github.com/mouadhbendjedidi/themed-obsidian-discord-rpc.git
synced 2026-07-22 05:48:33 +00:00
feat: adding Feature Request Template
This commit is contained in:
parent
e58fe49ff1
commit
9c646fc65a
1 changed files with 17 additions and 0 deletions
17
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: Feature Request
|
||||
description: Propose a Feature to add it in the plugin
|
||||
labels: [feature]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing Feature Request?
|
||||
description: Please search to see if a feature is already requested.
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe your feature.
|
||||
description: "Issues relating to a feature should be raised as a [Feature](https://github.com/mouadhbendjedidi/themed-obsidian-discord-rpc/issues/new?assignees=&labels=&template=feature.yml) instead."
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Reference in a new issue