Skip to content

Commit

Permalink
various fixes in prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Dec 5, 2023
1 parent d5efa96 commit 2290f73
Show file tree
Hide file tree
Showing 49 changed files with 249 additions and 156 deletions.
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ body:
id: logs
attributes:
label: Logs
render: text
description: |
Please provide the relevant logs showing the error that occurred.
Expand All @@ -42,7 +41,7 @@ body:
id: json-config
attributes:
label: Config
render: json
render: JSON
description: |
If relevant to your bug report, please include your Homebridge config (`config.json`).
Expand Down Expand Up @@ -91,7 +90,6 @@ body:
validations:
required: true
- type: checkboxes
id:
attributes:
label: Environment Info
options:
Expand All @@ -100,8 +98,6 @@ body:
- label: Using hb-service?
description: |
Please check any boxes that apply to you.
validations:
required: false
- type: dropdown
id: raspberry-pi-model
attributes:
Expand Down
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/support-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ body:
id: logs
attributes:
label: Logs
render: text
description: |
Please provide the relevant logs showing the error that occurred.
Expand All @@ -41,7 +40,7 @@ body:
id: json-config
attributes:
label: Config
render: json
render: JSON
description: |
If relevant to your support, please include your Homebridge config (`config.json`).
Expand Down Expand Up @@ -90,7 +89,6 @@ body:
validations:
required: true
- type: checkboxes
id:
attributes:
label: Environment Info
options:
Expand All @@ -99,8 +97,6 @@ body:
- label: Using hb-service?
description: |
Please check any boxes that apply to you.
validations:
required: false
- type: dropdown
id: raspberry-pi-model
attributes:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ All notable changes to homebridge-config-ui-x will be documented in this file.
- UI settings is accessible from the main menu
- Various changes to the plugin cards
- Plugin settings now accessible from the plugin card menu, called 'Config'
- Icons: plugin devs can request an icon for their verified plugin at:
- https://github.com/homebridge/verified/issues/new/choose

### UI Changes

Expand Down
Loading

0 comments on commit 2290f73

Please sign in to comment.