Proxmox/.github/ISSUE_TEMPLATE/bug_report.yaml

31 lines
1.5 KiB
YAML
Raw Normal View History

2023-04-21 20:43:05 +02:00
name: Problems with a script.
2023-04-21 20:40:03 +02:00
description: Generate a report on the issue pertaining specifically to the script in order to aid us in improving it.
body:
- type: markdown
attributes:
value: |
**IMPORTANT:** Before submitting:
2023-04-21 20:40:03 +02:00
- Please search through the closed issues to see if the issue you are reporting has already been reported and resolved. If you find a closed issue that addresses your problem, please leave a comment on that issue instead of opening a new one.
2023-04-25 10:24:08 +02:00
- Switching Linux distributions without verifying that the default settings function properly, may lead to immediate closure.
- Failing to run the script in verbose mode to determine the actual issue, while encountering the error message `[ERROR] in line 22: exit code *: while executing command "$@" > /dev/null 2>&1`, may lead to immediate closure.
2023-04-21 19:57:28 +02:00
- If you have requests for features or scripts, please share them in the [Discussions section.](https://github.com/tteck/Proxmox/discussions)
- type: textarea
id: bug
attributes:
2023-04-21 20:40:03 +02:00
label: A clear and concise description of the issue.
validations:
required: true
2023-04-21 19:14:12 +02:00
- type: textarea
id: screenshot
attributes:
2023-04-21 19:22:16 +02:00
label: If relevant, including screenshots or a code block can be helpful in clarifying the issue.
2023-04-21 19:14:12 +02:00
validations:
required: false
- type: textarea
id: reproduce
attributes:
label: Please provide detailed steps to reproduce the issue.
2023-04-21 20:40:03 +02:00
placeholder: First do this, then this ...
validations:
required: false