mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
adding templates
This commit is contained in:
parent
056fbd49e7
commit
0a45a03aa7
3 changed files with 59 additions and 0 deletions
6
.github/ISSUE_TEMPLATE/BLANK.md
vendored
Normal file
6
.github/ISSUE_TEMPLATE/BLANK.md
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<!-- markdownlint-disable -->
|
||||||
|
---
|
||||||
|
name: Blank issue
|
||||||
|
about: Freeform issue, can be used for any topic.
|
||||||
|
---
|
||||||
|
<!-- markdownlint-restore -->
|
31
.github/ISSUE_TEMPLATE/ENHANCEMENT-REQUEST.md
vendored
Normal file
31
.github/ISSUE_TEMPLATE/ENHANCEMENT-REQUEST.md
vendored
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
<!-- markdownlint-disable -->
|
||||||
|
---
|
||||||
|
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)
|
||||||
|
<!-- markdownlint-restore -->
|
22
.github/ISSUE_TEMPLATE/ISSUE.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/ISSUE.md
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<!-- markdownlint-disable -->
|
||||||
|
---
|
||||||
|
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
|
||||||
|
<!-- markdownlint-restore -->
|
Loading…
Reference in a new issue