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: '' +--- + + + +