From f800c1ba8410e73bb78c8299945c36c822d57a0c Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Fri, 31 Aug 2018 09:25:58 +0200 Subject: [PATCH] new issue templates --- .github/{ISSUE_TEMPLATE => ISSUE_TEMPLATE/bug.md} | 5 +++++ .github/ISSUE_TEMPLATE/feature.md | 8 ++++++++ .github/ISSUE_TEMPLATE/question.md | 8 ++++++++ 3 files changed, 21 insertions(+) rename .github/{ISSUE_TEMPLATE => ISSUE_TEMPLATE/bug.md} (75%) create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE/bug.md similarity index 75% rename from .github/ISSUE_TEMPLATE rename to .github/ISSUE_TEMPLATE/bug.md index 838c65a88..5c4f0413d 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,3 +1,8 @@ +--- +name: Bug Report +about: Found bug in the library +--- + ### Expected behavior ### Actual behavior diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000..ebd13fbe1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,8 @@ +--- +name: Feature +about: Feature request or proposal +--- + +### I have idea for a new feature for jQuery Terminal + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..cfcce69d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,8 @@ +--- +name: Question +about: Question about the library +--- + +### I have question related to jQuery Terminal + +