Skip to content

Commit

Permalink
use issue template (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Nov 23, 2021
1 parent 8a8c258 commit 40a87bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@ body:
value: |
This issue form is for reporting bugs only!
If you have a feature request or a question, please use the other templates.
If you have a feature request or a question, please use discussions.
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
label: Checks
options:
- label: I have searched the existing issues and no issue is describing my issue
required: true
- label: I have checked the [FAQ](https://deebot.readthedocs.io/home/faq/)
required: true
- label: I have checked the [documentation](https://deebot.readthedocs.io/integrations/home-assistant)
required: true
- label: I have installed the latest version
required: true

- type: textarea
validations:
Expand Down
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ version-resolver:
patch:
labels:
- "pr: bugfix"
default: minor
default: patch

template: |
$CHANGES
Expand Down

0 comments on commit 40a87bc

Please sign in to comment.