From 25f742a63ca5211957a3a1b130680272ebd7447f Mon Sep 17 00:00:00 2001 From: lucian929 <60053521+lucian929@users.noreply.github.com> Date: Sat, 4 Dec 2021 20:51:37 -0500 Subject: [PATCH] Create feature-to-do.md --- .github/ISSUE_TEMPLATE/feature-to-do.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-to-do.md diff --git a/.github/ISSUE_TEMPLATE/feature-to-do.md b/.github/ISSUE_TEMPLATE/feature-to-do.md new file mode 100644 index 00000000..6ee12b76 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-to-do.md @@ -0,0 +1,18 @@ +--- +name: Feature To-Do about: Create an issue with this template to keep track of the current development projects. +title: "[FEATURE] Feature name" +labels: enhancement + +--- + +**I have checked...** + +- [ ] ...if there are any similar features in other branches +- [ ] ...if there are any similar issues +- [ ] ...if such a feature is already planned + +**Complete description** +Write your feature description as good as you can. + +**Reason for feature request** +Write your reason for the feature request as good as you can.