-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #206 from svrooij/feature/certificates
Feature/certificates
- Loading branch information
Showing
17 changed files
with
809 additions
and
723 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us fix something unexpected from happening. | ||
title: 'BUG: ' | ||
labels: bug | ||
assignees: 'svrooij' | ||
|
||
--- | ||
|
||
### What happened | ||
|
||
<!--Add a brief description what happend--> | ||
|
||
### What did you expect to happen | ||
|
||
<!--Add a brief description what you expected to happen--> | ||
|
||
### How to reproduce it (minimal and precise) | ||
|
||
<!--Add executed example or minimal code to reproduce--> | ||
|
||
1. Step 1 | ||
2. ... | ||
|
||
<!-- or --> | ||
|
||
```js | ||
|
||
``` | ||
|
||
### Debug logging | ||
|
||
<!-- | ||
You can get a lot of logging when you set the loglevel to debug. | ||
Paste the logs in the code block (if applicable) | ||
--> | ||
|
||
```plain | ||
``` | ||
|
||
### Environment | ||
|
||
- sonos2mqtt version: | ||
- OS: | ||
- node version (`node -v`): | ||
|
||
### Checklist | ||
|
||
Please confirm the following before creating the issue. | ||
|
||
- [ ] Environment specified | ||
- [ ] Checked [issues](https://github.com/svrooij/sonos2mqtt/issues?q=is%3Aissue) for duplicates | ||
- [ ] Debug log added |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Questions | ||
url: https://github.com/svrooij/sonos2mqtt/discussions/categories/q-a | ||
about: For quick answers to your questions check out our community. | ||
- name: Documentation | ||
url: https://sonos2mqtt.svrooij.io | ||
about: There is a lot of documentation available, make sure to check it out. | ||
- name: Sonos library | ||
url: https://github.com/svrooij/node-sonos-ts | ||
about: Sonos2mqtt is just a mqtt wrapper around sonos-ts, documentation might overlap. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for sonos2mqtt | ||
title: '' | ||
labels: feature request | ||
assignees: 'svrooij' | ||
|
||
--- | ||
|
||
## Is your feature request related to a problem? Please describe | ||
|
||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
## Describe the solution you'd like | ||
|
||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
## Describe alternatives you've considered | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
## Additional context | ||
|
||
<!-- Add any other context or screenshots about the feature request here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.