feat: adding Feature Request Template

This commit is contained in:
Mouadhbendjedidi 2025-12-20 14:58:51 +01:00
parent e58fe49ff1
commit 9c646fc65a

17
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View 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