Skip to content

Commit

Permalink
Add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
fhofherr committed Jun 25, 2021
1 parent 72a5fb4 commit 71f995b
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
blank_issues_enabled: true
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# vim: set ft=yaml:
---
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report.
Please use the form below to tell us what happended and what you
expected to happen instead. Please also take the time to provide
a minimal working example. This makes it easier for us to reproduce
and fix your issue. Issues without such a minimal working example may
get closed without being addressed.
When creating your minimal working example make sure that it contains
no sensitive information.
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Tell us what happened
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: what-did-you-expect
attributes:
label: What did you expect to happen?
description: Tell us what you expected to happen
placeholder: Tell us what you wanted to see!
validations:
required: true
- type: textarea
id: minimal-working-example
attributes:
label: Please provide a minimal working example
description: Paste your Terraform definition below
validations:
required: true

0 comments on commit 71f995b

Please sign in to comment.