From f7665b460e3897b7f27f068cd3767cd1e7a07fb9 Mon Sep 17 00:00:00 2001 From: Erwan Date: Mon, 29 Apr 2019 15:20:44 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 4 ++-- .github/ISSUE_TEMPLATE/other-issue.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/other-issue.md 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.