diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 4a8b722..17d8809 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,6 @@ --- name: 'Bug Report' -about: 'Something did not function as expected, and you would like to help fixing it. +about: 'Something did not function as expected, and you would like to help fixing it.' title: '[BUG] Please enter a short description' labels: 'bug' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/forum.md b/.github/ISSUE_TEMPLATE/forum.md new file mode 100644 index 0000000..bb850c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/forum.md @@ -0,0 +1,13 @@ +--- +name: 'Forum' +about: 'You would like to ask questions and/or share information with other users.' +title: '[FORUM] Please enter a topic title' +labels: 'question' +assignees: '' + +--- + + + + + diff --git a/.github/ISSUE_TEMPLATE/request.md b/.github/ISSUE_TEMPLATE/request.md new file mode 100644 index 0000000..2de70ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request.md @@ -0,0 +1,18 @@ +--- +name: 'Feature/Enhancement Request' +about: 'You would like to place a feature or enhancement request.' +title: '[REQ] Enter a brief description of requested enhancement/feature' +labels: 'enhancement' +assignees: '' + +--- + +### Description + + +### Interest + + +### Possible implementation + +