mirror of https://github.com/vladmandic/automatic
30 lines
1.0 KiB
YAML
30 lines
1.0 KiB
YAML
name: Issue Report
|
|
description: Something is broken
|
|
title: "[Issue]: "
|
|
labels: ["issue"]
|
|
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Issue Description
|
|
description: Tell us what happened in a very clear and simple way
|
|
value: Please fill this form with as much information as possible
|
|
- type: textarea
|
|
id: platform
|
|
attributes:
|
|
label: Version Platform Description
|
|
description: Describe your platform (program version, OS, browser)
|
|
value:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Any issues without version information will be closed
|
|
Look at console log and copy the version string from there
|
|
For example: `Version: f256fb8b Fri Apr 14 17:41:30 2023 -0400`
|
|
|
|
Additionally provide any relevant platorm information (OS, browser, versions)
|
|
|
|
If possible update to latest version before reporting the issue as older versions cannot be properly supported
|
|
And search existing **issues** and **discussions** before creating a new one
|