mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 23:54:22 +01:00
added yml issues template
This commit is contained in:
10
.github/ISSUE_TEMPLATE/bug-report.md
vendored
10
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug Report
|
|
||||||
about: Something doesn't work as expected.
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Before creating an issue, please have a look at the Troubleshooting page: https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/TROUBLESHOOTING.md
|
|
||||||
43
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
43
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
name: Report an issue with signal-cli-rest-api
|
||||||
|
description: Report an issue with signal-cli-rest-api.
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: The problem
|
||||||
|
description: >-
|
||||||
|
Describe the issue you are experiencing here. Tell us what you were trying to do and what happened.
|
||||||
|
Provide a clear and concise description of what the problem is.
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
## Environment
|
||||||
|
- type: checkboxes
|
||||||
|
id: latest_version
|
||||||
|
label: Are you using the latest released version?
|
||||||
|
attributes:
|
||||||
|
options:
|
||||||
|
- label: Yes
|
||||||
|
- type: checkboxes
|
||||||
|
id: read_troubleshooting
|
||||||
|
label: Have you read the troubleshooting page?
|
||||||
|
description: Can be found [here](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/TROUBLESHOOTING.md)
|
||||||
|
attributes:
|
||||||
|
options:
|
||||||
|
- label: Yes
|
||||||
|
- type: dropdown
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: What type of installation are you running?
|
||||||
|
options:
|
||||||
|
- signal-cli-rest-api Docker Container
|
||||||
|
- Home Assistant Signal Addon
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional information
|
||||||
|
description: >
|
||||||
|
If you have any additional information for us, use the field below.
|
||||||
|
Please note, you can attach screenshots or screen recordings here, by
|
||||||
|
dragging and dropping files in the field below.
|
||||||
Reference in New Issue
Block a user