Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

101 changes: 101 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
name: Bug report
description: Create a report to help us improve
title: "ISSUE: "
labels: ["pending"]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

- type: input
id: ha-version
attributes:
label: Home Assistant version
placeholder: "e.g. 2026.5.0"
validations:
required: true

- type: input
id: component-version
attributes:
label: Keymaster version
placeholder: "e.g. v0.3.4"
validations:
required: true

- type: dropdown
id: install-method
attributes:
label: Home Assistant installation type
options:
- Home Assistant OS
- Home Assistant Container (Docker)
- Home Assistant Core
- Home Assistant Supervised
validations:
required: false

- type: dropdown
id: lock-provider
attributes:
label: Lock provider
description: "The integration provider configured for your lock"
options:
- local_akuvox
- schlage
- zwave_js
validations:
required: true

- type: input
id: lock-model
attributes:
label: Lock make and model
placeholder: "e.g. Schlage BE469"
validations:
required: false

- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: Tell us how to reproduce this issue.
placeholder: |
1. Go to '...'
2. Click on '...'
3. See error
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
id: logs
attributes:
label: Logs
description: Paste any relevant error logs here.
render: text

- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.

- type: textarea
id: additional
attributes:
label: Additional context
description: >-
Add any other context about the problem here (e.g. email in plain/text format
if applicable).
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Feature request
description: Suggest an idea for this project
title: "[Feature Request] "
labels: []
body:
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: >-
A clear and concise description of what the problem is. E.g., I'm always
frustrated when [...]
validations:
required: true

- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: >-
A clear and concise description of any alternative solutions or features
you've considered.
validations:
required: false

- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
Loading