diff options
author | energ0n <78747128+energ0n@users.noreply.github.com> | 2022-11-08 17:45:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 17:45:09 +0100 |
commit | e63779d26eca3663485a80ebe5c19b3e26ce8ca5 (patch) | |
tree | cefae309eb3842c33013537b5a74c47c96485ba6 | |
parent | Update bug_report.yml (diff) | |
download | xManager-e63779d26eca3663485a80ebe5c19b3e26ce8ca5.tar xManager-e63779d26eca3663485a80ebe5c19b3e26ce8ca5.tar.gz xManager-e63779d26eca3663485a80ebe5c19b3e26ce8ca5.tar.bz2 xManager-e63779d26eca3663485a80ebe5c19b3e26ce8ca5.tar.lz xManager-e63779d26eca3663485a80ebe5c19b3e26ce8ca5.tar.xz xManager-e63779d26eca3663485a80ebe5c19b3e26ce8ca5.tar.zst xManager-e63779d26eca3663485a80ebe5c19b3e26ce8ca5.zip |
-rw-r--r-- | .github/ISSUE_TEMPLATE/idea.yml | 20 |
1 files changed, 20 insertions, 0 deletions
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 |