Skip to content

Commit

Permalink
v1.1.1 (#6)
Browse files Browse the repository at this point in the history
## [Version 1.1.1](v1.1.0...v1.1.1) (2021-09-19)

### Changes

- Fixes incorrect status of contact sensor.
  • Loading branch information
donavanbecker authored Sep 19, 2021
1 parent 7e775f4 commit 29fbd20
Show file tree
Hide file tree
Showing 12 changed files with 354 additions and 288 deletions.
91 changes: 91 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
name: Bug-Report
description: Report a Bug to help us improve
title: "Bug:"
labels: [bug]
assignees: 'donavanbecker'
body:
- type: markdown
attributes:
value: |
You must use the issue template below when submitting a bug.
- type: input
attributes:
label: Describe The Bug
placeholder: A clear and concise description of what the bug is.
validations:
required: true
- type: input
attributes:
label: To Reproduce
placeholder: Steps to reproduce the behavior.
validations:
required: true
- type: input
attributes:
label: Expected behavior
placeholder: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: Logs
attributes:
label: Relevant log output
placeholder: Bug reports that do not contain logs may be closed without warning. Show the Homebridge logs here. If using Homebridge Config-UI-X, you can easly download your log by visiting the log page on the UI and Clicking the Download Icon in the top right. Remove any sensitive information, such as your homebridge-noip hostname. Please Turn on Debug Mode before submitting your Issue so more logs can be shared to fix the issue being submitted.
render: shell
validations:
required: true
- type: textarea
id: Config
attributes:
label: Config for homebridge-noip
placeholder: Paste your homebridge config.json here. Remove any sensitive information, such as your homebridge-noip username/password/hostname.
render: shell
validations:
required: true
- type: textarea
attributes:
label: Screenshots
description: If applicable add screenshots to help explain your problem.
placeholder: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: markdown
attributes:
value: |
Environment
- type: input
attributes:
label: Node.js Version
placeholder: v14.17.6
validations:
required: true
- type: input
attributes:
label: NPM Version
placeholder: v7.22.0
validations:
required: true
- type: input
attributes:
label: Homebridge Version
placeholder: If applicable, add screenshots to help explain your problem.
validations:
required: true
- type: input
attributes:
label: Homebridge NoIP Plugin Version
placeholder: v1.1.0
validations:
required: true
- type: input
attributes:
label: Homebridge Config UI X Plugin Version
placeholder: v4.41.2
validations:
required: false
- type: input
attributes:
label: Operating System
placeholder: Raspbian / Ubuntu / Debian / Windows / macOS / Docker
validations:
required: true
64 changes: 0 additions & 64 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Feature Request
description: Suggest an idea for this project
title: "Feature Request: "
labels: [enhancement]
assignees: 'donavanbecker'
body:
- type: markdown
attributes:
value: |
Is your feature request related to a problem? Please describe.
- type: input
attributes:
label: Problem
placeholder: A clear and concise description of what the problem is. Ex. I am always frustrated when [...]
validations:
required: false
- type: input
attributes:
label: Solution
placeholder: A clear and concise description of what you want to happen.
validations:
required: true
- type: input
attributes:
label: Alternatives
placeholder: A clear and concise description of any alternative solutions or features you have considered.
validations:
required: false
- type: input
attributes:
label: Additional context
placeholder: Add any other context or screenshots about the feature request here. Post devicediscovery logs here.
validations:
required: false
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

56 changes: 0 additions & 56 deletions .github/ISSUE_TEMPLATE/support-request.md

This file was deleted.

85 changes: 85 additions & 0 deletions .github/ISSUE_TEMPLATE/support-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
name: Support Request
description: Need help?
title: "Support Request:"
labels: [question]
assignees: 'donavanbecker'
body:
- type: markdown
attributes:
value: |
You must use the issue template below when submitting a support request.
- type: input
attributes:
label: Describe Your Problem
placeholder: A clear and concise description of what problem you are trying to solve.
validations:
required: true
- type: textarea
id: Logs
attributes:
label: Relevant log output
placeholder: Bug reports that do not contain logs may be closed without warning. Show the Homebridge logs here. If using Homebridge Config-UI-X, you can easly download your log by visiting the log page on the UI and Clicking the Download Icon in the top right. Remove any sensitive information, such as your homebridge-noip hostname. Please Turn on Debug Mode before submitting your Issue so more logs can be shared to fix the issue being submitted.
render: shell
validations:
required: false
- type: textarea
id: Config
attributes:
label: Config for homebridge-noip
placeholder: Paste your homebridge config.json here. Remove any sensitive information, such as your homebridge-noip username/password/hostname.
render: shell
validations:
required: false
- type: textarea
attributes:
label: Screenshots
description: If applicable add screenshots to help explain your problem.
placeholder: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: input
attributes:
label: Device & Model
placeholder: If applicable, add screenshots to help explain your problem.
validations:
required: true
- type: markdown
attributes:
value: |
Environment
- type: input
attributes:
label: Node.js Version
placeholder: v14.17.6
validations:
required: true
- type: input
attributes:
label: NPM Version
placeholder: v7.22.0
validations:
required: true
- type: input
attributes:
label: Homebridge Version
placeholder: If applicable, add screenshots to help explain your problem.
validations:
required: true
- type: input
attributes:
label: Homebridge NoIP Plugin Version
placeholder: v1.1.0
validations:
required: true
- type: input
attributes:
label: Homebridge Config UI X Plugin Version
placeholder: v4.41.2
validations:
required: false
- type: input
attributes:
label: Operating System
placeholder: Raspbian / Ubuntu / Debian / Windows / macOS / Docker
validations:
required: true
2 changes: 1 addition & 1 deletion .github/workflows/issue-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: roots/[email protected]
with:
issue-close-message: '@${issue.user.login} - this issue is being automatically closed because it does not follow either the feature request, support request, or bug report issue template. The issue templates have been designed to help in the troubleshooting (or feature request) process. Please use them and populate it as completely as possible to streamline troubleshooting or feature request discussions.'
issue-pattern: "Describe alternatives you've considered|Homebridge NoIP Plugin Version"
issue-pattern: "A clear and concise description of what you want to happen|Homebridge NoIP Plugin Version"
repo-token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [Version 1.1.1](https://github.com/donavanbecker/homebridge-noip/compare/v1.1.0...v1.1.1) (2021-09-19)

### Changes

- Fixes incorrect status of contact sensor.

## [Version 1.1.0](https://github.com/donavanbecker/homebridge-noip/compare/v1.0.0...v1.0.1) (2021-09-17)

### Changes
Expand Down
Loading

0 comments on commit 29fbd20

Please sign in to comment.