From e63779d26eca3663485a80ebe5c19b3e26ce8ca5 Mon Sep 17 00:00:00 2001 From: energ0n <78747128+energ0n@users.noreply.github.com> Date: Tue, 8 Nov 2022 11:45:09 -0500 Subject: Create idea.yml --- .github/ISSUE_TEMPLATE/idea.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/idea.yml (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/idea.yml b/.github/ISSUE_TEMPLATE/idea.yml new file mode 100644 index 0000000..e7d363d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/idea.yml @@ -0,0 +1,20 @@ +name: 💡 suggest an idea +description: Suggest a new feature or improvement +labels: 💡 enhancement +body: +- type: textarea + attributes: + label: Description of the new feature / enhancement + description: A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable) + value: | + - 1 + - 2 + - 3 + validations: + required: true +- type: textarea + attributes: + label: 📸 Screenshots + description: Place any screenshots of the issue here if needed + validations: + required: false -- cgit v1.2.3