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:
Erin Call 2019-12-25 12:03:36 -08:00
parent 1a70a626ea
commit f00f6a6329
No known key found for this signature in database
GPG key ID: 4071FF6C15B8DAD1
2 changed files with 31 additions and 0 deletions

17
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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. -->

View 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 -->