diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 54c29b09..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Feature request -about: I wish yabridge did this -title: "" -labels: "" -assignees: "" ---- - -Thanks for giving yabridge a shot! - -**Feature description** -What should yabridge be doing that it currently is not? diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..745f6741 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,16 @@ +name: Feature request +description: I wish yabridge did this +body: + - type: textarea + id: description + attributes: + label: Feature description + placeholder: >- + What should yabridge be doing that it currently doesn't? + - type: textarea + id: other-information + attributes: + label: Anything else? + placeholder: If there's anything else you'd like to add, then you can do so here. + validations: + required: false