From 341f1ac3eedd3df02932ddbb9239e7b90d609b8b Mon Sep 17 00:00:00 2001 From: ~keith Date: Sun, 12 Jun 2022 04:14:39 +0000 Subject: [PATCH] Add '.gitea/ISSUE_TEMPLATE/suggestion.md' --- .gitea/ISSUE_TEMPLATE/suggestion.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/suggestion.md 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