Skip to content

Commit

Permalink
Implemented GitHub issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
glenndehaan committed Sep 29, 2024
1 parent 48f8bd3 commit 4dd77a7
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: Report an issue with UniFi Voucher Site
description: Report an issue with UniFi Voucher Site.
labels: ["bug"]
assignees:
- glenndehaan
body:
- type: textarea
validations:
required: true
attributes:
label: The problem
description: >-
Describe the issue you are experiencing here, to communicate to the
maintainers. Tell us what you were trying to do and what happened.
Provide a clear and concise description of what the problem is.
If you have screenshots please place them here.
- type: markdown
attributes:
value: |
## Environment
- type: input
id: version
validations:
required: true
attributes:
label: What version of UniFi Voucher Site has the issue?
placeholder: x.x.x
description: >
Use the docker image tag, Home Assistant version or the version displayed within the logs.
- type: input
attributes:
label: What was the last working version of UniFi Voucher Site?
placeholder: x.x.x
description: >
If known, otherwise leave blank.
- type: dropdown
validations:
required: true
attributes:
label: What type of installation are you running?
description: >
This refers to the installation guide you followed here: https://github.com/glenndehaan/unifi-voucher-site#installation
options:
- Docker
- Home Assistant Add-on
- Development Version (Not Recommended)

- type: markdown
attributes:
value: |
# Details
- type: textarea
attributes:
label: Anything in the logs that might be useful for us?
description: For example, error messages or stack traces.
render: Text
- type: textarea
attributes:
label: Additional information
description: >
If you have any additional information for us, use the field below.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Propose a feature for UniFi Voucher Site
description: Propose a feature for UniFi Voucher Site.
labels: ["enhancement"]
assignees:
- glenndehaan
body:
- type: textarea
validations:
required: true
attributes:
label: The feature
description: >-
Describe your question here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Need help with UniFi Voucher Site
description: Need help with UniFi Voucher Site.
labels: ["question"]
assignees:
- glenndehaan
body:
- type: textarea
validations:
required: true
attributes:
label: The question
description: >-
Describe your feature request here.
Tell us what would like to see developed next.

0 comments on commit 4dd77a7

Please sign in to comment.