diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..cac8ee9526 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Enabling something that is not yet possible +labels: enhancement +title: '' +assignees: '' + +--- + + + +I would like to be able ... + +My specific use case for this functionality is ... + +This is more generally applicable to ... + +## Draft + + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..75e5154d5a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,16 @@ +--- +name: Question +about: Unsure how to get something to work +labels: question +title: '' +assignees: '' + +--- + +How does one ... ? + + +Overall, I'm trying to achieve ... +