diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 48d5f81f..56e490db 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,10 +1,10 @@ --- name: Custom issue template -about: Describe this issue template's purpose here. +about: '' title: '' labels: '' assignees: '' --- - +Before submitting an issue, please make sure you fully read any potential error messages output and did some research on your own. diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md new file mode 100644 index 00000000..6c83bfaa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -0,0 +1,10 @@ +--- +name: Other Issue +about: Create a report which is not a related to a Bug or Feature +title: '' +labels: '' +assignees: '' + +--- + +Before submitting an issue, please make sure you fully read any potential error messages output and did some research on your own.