diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..fd8805c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Use this when you have a good idea. +title: '' +labels: enhancement +assignees: hamza-cskn + +--- + +# Feature +Explain your suggestion. + +### Checklist +Ensure you've done everything in this list before submitting the issue. (Just put the 'X' char between brackets.) + +- [ ] If the request is needed due to an issue, I explain it. +- [ ] I explained the purposes of the feature. +- [ ] I do not assume that people already know what I am doing.