mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-20 08:04:28 +01:00
Update bug-report.yaml
This commit is contained in:
86
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
86
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
@@ -1,63 +1,53 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Something doesn't work as expected.
|
description: File a bug report
|
||||||
title: ""
|
title: "[Bug]: "
|
||||||
|
labels: [bug, triage]
|
||||||
|
assignees:
|
||||||
|
- monalisa
|
||||||
|
- nat
|
||||||
issue_body: true
|
issue_body: true
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: The problem
|
|
||||||
description: >-
|
|
||||||
Describe the issue you are experiencing here.
|
|
||||||
|
|
||||||
Provide a clear and concise description of what the problem is.
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Environment
|
Thanks for taking the time to fill out this bug report!
|
||||||
- type: input
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Contact Details
|
||||||
|
description: How can we get in touch with you if we need more info?
|
||||||
|
placeholder: ex. email@example.com
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: What happened?
|
||||||
|
description: Also tell us, what did you expect to happen?
|
||||||
|
placeholder: Tell us what you see!
|
||||||
|
value: "A bug happened!"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
|
||||||
label: What version of signal-cli-rest-api has the issue?
|
|
||||||
placeholder:
|
|
||||||
description: >
|
|
||||||
Can be found in the docker image tag.
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: What was the last working version signal-cli-rest-api?
|
|
||||||
placeholder: core-
|
|
||||||
description: >
|
|
||||||
If known, otherwise leave blank.
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Version
|
||||||
|
description: What version of our software are you running?
|
||||||
|
options:
|
||||||
|
- 1.0.2 (Default)
|
||||||
|
- 1.0.3 (Edge)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: What type of installation are you running?
|
label: What browsers are you seeing the problem on?
|
||||||
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Docker
|
- Firefox
|
||||||
- Home Assistant Addon
|
- Chrome
|
||||||
- type: markdown
|
- Safari
|
||||||
|
- Microsoft Edge
|
||||||
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
label: Code of Conduct
|
||||||
# Details
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
|
||||||
- type: textarea
|
options:
|
||||||
attributes:
|
- label: I agree to follow this project's Code of Conduct
|
||||||
label: Anything in the logs that might be useful?
|
required: true
|
||||||
description: For example, error message, or stack traces.
|
|
||||||
value: |
|
|
||||||
```txt
|
|
||||||
# Put your logs below this line
|
|
||||||
|
|
||||||
```
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
## Additional information
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: >
|
|
||||||
If you have any additional information, 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