Skip to content

Commit

Permalink
Rename Directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 18, 2024
1 parent 41329fa commit 76191c6
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 3 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: TC:BUS Component Bug Report
description: Report bugs or get help with the TC:BUS ESPHome component
labels: ["bug"]
assignees:
- AzonInc
body:
- type: textarea
id: description
attributes:
label: Description
description: Please describe the bug you encountered, and what you expected to happen instead.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs
description: Please copy and paste any relevant log output.
render: plain text
- type: input
id: esphome-version
attributes:
label: If you're using an ESPHome YAML config, which version of ESPHome are you running?
placeholder: "2024.3.0"
- type: textarea
id: esphome-config
attributes:
label: ESPHome Config
description: If you have your own ESPHome YAML configuration, please paste it here. Remember to redact any sensitive information like encryption keys or passwords.
render: YAML
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug Report
name: Doorman Firmware Bug Report
description: File a bug report or get help with an issue.
labels: ["bug"]
assignees:
Expand All @@ -21,7 +21,7 @@ body:
id: config-version
attributes:
label: Which version of the ESPHome Doorman firmware config are you running?
placeholder: "1.0.0"
placeholder: "2024.8.0"
- type: dropdown
id: update-management
attributes:
Expand All @@ -33,7 +33,7 @@ body:
id: esphome-version
attributes:
label: If you're using an ESPHome YAML config, which version of ESPHome are you running?
placeholder: "2024.3.0"
placeholder: "2024.8.0"
- type: textarea
id: esphome-config
attributes:
Expand Down
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Feature Request
description: Have a good idea? Tell me :)
labels: ["enhancement"]
assignees:
- AzonInc
body:
- type: textarea
id: description
attributes:
label: Description
description: Please describe the new feature.
validations:
required: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 76191c6

Please sign in to comment.