From ea84459ade87d53ca038e17ff26c6a9c2caed2de Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Fri, 2 Apr 2021 21:20:49 +0200 Subject: [PATCH] Add better issue template --- .github/ISSUE_TEMPLATE.md | 2 -- .github/ISSUE_TEMPLATE/idea.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/issue.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/question.md | 11 +++++++++++ 4 files changed, 33 insertions(+), 2 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/idea.md create mode 100644 .github/ISSUE_TEMPLATE/issue.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 7f1dc34..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,2 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/idea.md b/.github/ISSUE_TEMPLATE/idea.md new file mode 100644 index 0000000..1c7e710 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/idea.md @@ -0,0 +1,11 @@ +--- +name: "\U0001F4A1 idea" +about: Suggest an idea that would improve the project +title: '' +labels: ':bulb: idea' +assignees: '' +--- + + + + diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..997bcbc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,11 @@ +--- +name: "\U0001F41E bug" +about: Report a problem on LessPass +title: '' +labels: ':bug: bug' +assignees: '' +--- + + + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..6e8affa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: "\u003F question" +about: Need help ? Ask your question +title: '' +labels: ':question: question' +assignees: '' +--- + + + +