Skip to content

Commit

Permalink
Bug Report templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bruxy70 committed Feb 9, 2022
1 parent 6b26039 commit 6168d22
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
13 changes: 9 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ name: "Bug report"
description: Create a report to help us improve
labels: "bug"
body:
- type: markdown
- type: checkboxes
attributes:
value: |
Before you submit a new bug report, please check the [frequently asked questions and limitations](https://github.com/bruxy70/Garbage-Collection/wiki/Review-before-submitting-a-new-issue-or-feature-request).
Also, please search through the existing issues to see if others have had the same problem.
label: Before you submit a new bug report, please check that
options:
- label: I have read [frequently asked questions and limitations](https://github.com/bruxy70/Garbage-Collection/wiki/Review-before-submitting-a-new-issue-or-feature-request)
required: true
- label: I'm running the newest version of Garbage Collection, or the next pre-release.
required: true
- label: I have enabled debug logging for my installation.
required: true
- type: textarea
attributes:
label: "Describe the bug"
Expand Down
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: "Feature request"
description: Suggest an idea for this project
labels: "enhancement"
body:
- type: markdown
- type: checkboxes
attributes:
value: |
Before you submit a new feature request, please check the [frequently asked questions and limitations](https://github.com/bruxy70/Garbage-Collection/wiki/Review-before-submitting-a-new-issue-or-feature-request).
Also, please search through the existing issues to see if others made the same suggestion.
label: Before you submit a new bug report, please check that
options:
- label: I have read [frequently asked questions and limitations](https://github.com/bruxy70/Garbage-Collection/wiki/Review-before-submitting-a-new-issue-or-feature-request)
required: true
- type: textarea
attributes:
label: "Is your feature request related to a problem? Please describe."
Expand Down
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/question.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: "Question"
description: I have a question, or need a help with the configuration of the integration or Lovelace
labels: "question"
body:
- type: markdown
- type: checkboxes
attributes:
value: |
Before you submit a new question, please check the [frequently asked questions and limitations](https://github.com/bruxy70/Garbage-Collection/wiki/Review-before-submitting-a-new-issue-or-feature-request).
Also, please search through the existing issues to see if others made the same question.
label: Before you submit a new bug report, please check that
options:
- label: I have read [frequently asked questions and limitations](https://github.com/bruxy70/Garbage-Collection/wiki/Review-before-submitting-a-new-issue-or-feature-request)
required: true
- type: textarea
attributes:
label: "Write your question here"
Expand Down

0 comments on commit 6168d22

Please sign in to comment.