diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..158a6fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature Request +about: Submit a feature request to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the feature** +A clear and concise description of what the feature is. + +**How the feature would work** +Steps the feature should perform and/or expected behavior of the feature. + +**Examples** +If applicable, add examples to help explain your feature request. +Adhere to CONTRIBUTING.md guidelines and do not use +domains in your example that you do not own. Redact or +replace with example.com, example.net, or example.org. + +**Additional context** +Add any other context about the feature request here.