diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yaml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yaml new file mode 100644 index 0000000..f604b97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yaml @@ -0,0 +1,14 @@ +name: "🐛 Feature request" +description: Create a new feature request. +labels: [ + "feature request" +] +body: + + - type: textarea + id: description + attributes: + label: "Describe you new feature you'd like" + description: Please enter an explicit description of your new feature + validations: + required: true \ No newline at end of file