diff --git a/.gitea/ISSUE_TEMPLATE/suggestion.md b/.gitea/ISSUE_TEMPLATE/suggestion.md new file mode 100644 index 0000000..af2a704 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/suggestion.md @@ -0,0 +1,22 @@ +--- + +name: "Suggestion" +about: "An idea for a new feature or other improvement" +labels: +- enhancement +- help-wanted + +--- + +# Before you submit... + +- [ ] Look for other open issues regarding similar ideas +- [ ] Consider implementing it yourself and creating a pull request + +# Description + +(Description of the idea goes here. Be detailed, and attach diagrams and mockups if you think they'll help.) + +# Use case + +(Why would this idea be useful? Who would benefit the most from this?) \ No newline at end of file