Encourage good issues with issue templates [#12]
I've never used github's new multiple-option issue templates before! I'm excited to see them in action :)
This commit is contained in:
parent
1a70a626ea
commit
f00f6a6329
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Unexpected or broken behavior
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**What I tried to do:**
|
||||
<!-- e.g. run a helm installation -->
|
||||
|
||||
**What happened:**
|
||||
<!-- describe the faulty behavior -->
|
||||
|
||||
**More info:**
|
||||
<!-- contents of .drone.yml, etc. -->
|
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest a new feature
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**The problem I'm trying to solve:**
|
||||
<!-- describe what you'd like to be able to accomplish -->
|
||||
|
||||
**How I imagine it working:**
|
||||
<!-- e.g. configuration that could go in .drone.yml -->
|
Loading…
Reference in a new issue