diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index f366b7a1..fa159c7e 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,9 @@ --- name: Bug about: Report a problem +title: "[BUG]: " +labels: Bug, Needs Maintainer Input +assignees: prkumar --- diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 00000000..2a53dc13 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,10 @@ +--- +name: Documentation +about: Highlight unclear or missing documentation +title: "[DOCUMENTATION]:" +labels: Documentation, Needs Maintainer Input +assignees: prkumar + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 81e6b068..0592c2bc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for this project +title: "[FEATURE REQUEST]: " +labels: Feature Request, Needs Maintainer Input +assignees: prkumar --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 957aaa51..b5bbcb1d 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,9 @@ --- name: Question about: Pose an inquiry +title: "[QUESTION]: " +labels: Needs Maintainer Input, Question +assignees: prkumar ---