From 3235b3d0c2949837b06b3d80a1dc4d30c070509c Mon Sep 17 00:00:00 2001 From: Shrish Deshpande Date: Wed, 4 Jan 2023 12:24:08 +0530 Subject: [PATCH] Suggestion form --- .github/ISSUE_TEMPLATE/feature_request.yml | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..ad4b6546 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,34 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: ["bug"] +assignees: + - BoogieMonster1O1 +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true +name: Suggestion +description: Make a suggestion +title: "[Suggestion]: " +labels: [enhancement] +body: +- type: checkboxes + attributes: + label: This suggestion is unique + options: + - label: I have searched the issue tracker and did not find an issue describing my suggestion + required: true +- type: textarea + attributes: + label: Use the editor below to elaborate.