-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c62b96
commit facf0d9
Showing
301 changed files
with
109,487 additions
and
100,318 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,86 +1,86 @@ | ||
name: Bug Report | ||
description: Something is not working as it should | ||
title: "[bug]: " | ||
labels: ["bug"] | ||
title: '[bug]: ' | ||
labels: ['bug'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this report! | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this report! | ||
- type: checkboxes | ||
id: checked-other-issues | ||
attributes: | ||
label: No existing issues. | ||
description: By submitting this issue, you confirm, that you have checked the existing issues for your problem. | ||
options: | ||
- label: There is no existing issue for my problem. | ||
required: true | ||
- type: checkboxes | ||
id: checked-other-issues | ||
attributes: | ||
label: No existing issues. | ||
description: By submitting this issue, you confirm, that you have checked the existing issues for your problem. | ||
options: | ||
- label: There is no existing issue for my problem. | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: To Reproduce | ||
description: Steps to reproduce the behavior | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: To Reproduce | ||
description: Steps to reproduce the behavior | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Screenshots & Logfiles | ||
description: If applicable, add screenshots and logfiles to help explain your problem. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots & Logfiles | ||
description: If applicable, add screenshots and logfiles to help explain your problem. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Adapter version | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Adapter version | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: js-controller version | ||
description: determine this with "iobroker -v" on the console | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: js-controller version | ||
description: determine this with "iobroker -v" on the console | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Node version | ||
description: determine this with "node -v" on the console | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Node version | ||
description: determine this with "node -v" on the console | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Operating system | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Operating system | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: ioBroker Community | ||
url: https://forum.iobroker.net/ | ||
about: Please ask and answer questions here. | ||
- name: ioBroker Community | ||
url: https://forum.iobroker.net/ | ||
about: Please ask and answer questions 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
title: "[enhancement]: " | ||
labels: ["enhancement"] | ||
title: '[enhancement]: ' | ||
labels: ['enhancement'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this report! | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this report! | ||
- type: checkboxes | ||
id: checked-other-issues | ||
attributes: | ||
label: No existing issues. | ||
description: By submitting this issue, you confirm, that you have checked the existing issues for your request. | ||
options: | ||
- label: There is no existing issue for my request. | ||
required: true | ||
- type: checkboxes | ||
id: checked-other-issues | ||
attributes: | ||
label: No existing issues. | ||
description: By submitting this issue, you confirm, that you have checked the existing issues for your request. | ||
options: | ||
- label: There is no existing issue for my request. | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Related problems | ||
description: Is your feature request related to a problem? Please describe. | ||
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Related problems | ||
description: Is your feature request related to a problem? Please describe. | ||
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Describe the solution you'd like | ||
placeholder: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Describe the solution you'd like | ||
placeholder: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
version: 2 | ||
updates: | ||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: monthly | ||
time: "04:00" | ||
timezone: Europe/Berlin | ||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: github-actions | ||
directory: '/' | ||
schedule: | ||
interval: monthly | ||
time: '04:00' | ||
timezone: Europe/Berlin | ||
|
||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: monthly | ||
time: "04:00" | ||
timezone: Europe/Berlin | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
- package-ecosystem: npm | ||
directory: '/' | ||
schedule: | ||
interval: monthly | ||
time: '04:00' | ||
timezone: Europe/Berlin | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
|
||
- package-ecosystem: npm | ||
directory: "/src-rx" | ||
schedule: | ||
interval: monthly | ||
time: "04:00" | ||
timezone: Europe/Berlin | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase | ||
- package-ecosystem: npm | ||
directory: '/src-rx' | ||
schedule: | ||
interval: monthly | ||
time: '04:00' | ||
timezone: Europe/Berlin | ||
open-pull-requests-limit: 5 | ||
versioning-strategy: increase |
Oops, something went wrong.