Skip to content

Commit

Permalink
created new issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Fisico committed Mar 14, 2023
1 parent 0429b6c commit c6de8e0
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 234 deletions.
83 changes: 0 additions & 83 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

85 changes: 85 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
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
65 changes: 0 additions & 65 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

86 changes: 0 additions & 86 deletions .github/ISSUE_TEMPLATE/help-request.md

This file was deleted.

0 comments on commit c6de8e0

Please sign in to comment.