diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..eef8e30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature Request +about: I have a suggestion... and may want to implement it! +title: '' +labels: 'enhancement' +--- + +## Feature Request + +**Describe the problem/friction you are trying to solve** +A clear and concise description of what the problem is, e.g. I am always frustrated when... + +**Describe your ideal solution** +A clear and concise description of what you want to happen, ideally including code snippets to demonstrate usage examples. + +Add any considered drawbacks. + +**Describe alternatives you have considered** +A clear and concise description of any alternative solutions or features you have considered.