From 0a45a03aa7597bf3b36ce59e3a742781d7999ec3 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 30 Apr 2020 09:09:43 -0500 Subject: [PATCH] adding templates --- .github/ISSUE_TEMPLATE/BLANK.md | 6 ++++ .github/ISSUE_TEMPLATE/ENHANCEMENT-REQUEST.md | 31 +++++++++++++++++++ .github/ISSUE_TEMPLATE/ISSUE.md | 22 +++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BLANK.md create mode 100644 .github/ISSUE_TEMPLATE/ENHANCEMENT-REQUEST.md create mode 100644 .github/ISSUE_TEMPLATE/ISSUE.md diff --git a/.github/ISSUE_TEMPLATE/BLANK.md b/.github/ISSUE_TEMPLATE/BLANK.md new file mode 100644 index 00000000..0cea7fe6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BLANK.md @@ -0,0 +1,6 @@ + +--- +name: Blank issue +about: Freeform issue, can be used for any topic. +--- + diff --git a/.github/ISSUE_TEMPLATE/ENHANCEMENT-REQUEST.md b/.github/ISSUE_TEMPLATE/ENHANCEMENT-REQUEST.md new file mode 100644 index 00000000..039816f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ENHANCEMENT-REQUEST.md @@ -0,0 +1,31 @@ + +--- +name: Enhancement Request +about: Used for requesting enhancements to the GitHub Super-Linter + +--- + + +**What is the current behavior, if applicable?** + + +**What is the desired behavior?** + + +**Your impression of priority / how important this request is** + + - [ ] Critical: Can't use the tool without it. + - [ ] Business Critical: Immediate opportunity to win business with this feature + - [ ] Important: Will significantly enhance the overall utility of the demo + - [ ] Nice to have: self-explanatory + +**Business case or other information justifying priority** + +**Agreed upon priority** + - [ ] Critical: Can't use the tool without it. + - [ ] Business Critical: Immediate opportunity to win business with this feature + - [ ] Important: Will significantly enhance the overall utility of the demo + - [ ] Nice to have: self-explanatory + +**Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc) + diff --git a/.github/ISSUE_TEMPLATE/ISSUE.md b/.github/ISSUE_TEMPLATE/ISSUE.md new file mode 100644 index 00000000..fa84f7fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE.md @@ -0,0 +1,22 @@ + +--- +name: Issue Template +about: Used for creating issues about the GitHub Super-Linter + +--- + +--- +### Issue with GitHub Super-Linter + +--- +**Branch/Version:** Example: Master + +--- +**How to Reproduce:** Example: tried to build it + +--- +**Expected Behavior:** Example: It should have worked + +--- +**Additional Details:** Example: only happens half past midnight +