forked from diyhue/diyHue
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
5 changed files
with
110 additions
and
234 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 |
---|---|---|
@@ -0,0 +1,85 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
labels: ["Bug Report"] | ||
body: | ||
- type: markdown | ||
id: intro | ||
attributes: | ||
value: | | ||
Thank you for taking the time to submit a BUG REPORT for this project. To make sure we have all the information we need, please read the following instructions carefully. This will ensure that we have the information we need to understand the problem. | ||
- type: dropdown | ||
id: existing-issue | ||
attributes: | ||
label: "Issue does not already exist?" | ||
description: "Please search to see if an issue already exists for the bug you encountered." | ||
options: | ||
- "No, I did not search" | ||
- "I have searched and found no existing issue" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: Environment | ||
attributes: | ||
label: "Select Environment" | ||
description: "Plese select your installation method" | ||
options: | ||
- "Docker" | ||
- "Install Script" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: HA | ||
attributes: | ||
label: "Home Assistant related?" | ||
description: "Please select if this a Home Assistant related issue" | ||
options: | ||
- "No" | ||
- "Yes" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: "Description" | ||
description: "Describe in detail how and where you encountered the bug" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: errors-received | ||
attributes: | ||
label: "Errorlog:" | ||
description: "Please paste the full error log here" | ||
value: | | ||
``` | ||
Please paste the full error log here | ||
``` | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: "Steps to reproduce" | ||
description: "Step by step guide how to reproduce the issue" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: os | ||
attributes: | ||
label: "Please enter your operating system details here" | ||
description: "You can provide the output from: uname -mrs" | ||
validations: | ||
required: true | ||
- type: markdown | ||
id: env-info | ||
attributes: | ||
value: "## Environment Details" | ||
- type: dropdown | ||
id: branch | ||
attributes: | ||
label: "What DiyHue version(branch) are you using?" | ||
multiple: false | ||
options: | ||
- master (latest) | ||
- dev | ||
validations: | ||
required: true |
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,25 @@ | ||
name: Feature Request | ||
description: Submit a feature request | ||
labels: ["Feature Request"] | ||
body: | ||
- type: markdown | ||
id: intro | ||
attributes: | ||
value: | | ||
Thank you for taking the time to fill out this feature request! The feature request will be reviewed by the maintainers and, if accepted, will be labeled as such. | ||
- type: dropdown | ||
id: existing-feature | ||
attributes: | ||
label: "Feutre does not already exist?" | ||
description: "Please search to see if your feature request already exists" | ||
options: | ||
- "No, I did not search" | ||
- "I searched and did not find an existing feature request" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Summarize feature" | ||
description: "Please provide a detailed description of the feature you are requesting" | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.