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.