diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml new file mode 100644 index 00000000..0a871cdd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -0,0 +1,11 @@ +name: Feature Request +description: File a feature request. +title: "" +labels: ["feature"] +body: +- type: textarea + attributes: + label: Description + description: Description of the feature. + validations: + required: true