Proxmox/.github/ISSUE_TEMPLATE/bug_report.yaml

31 lines
1.5 KiB
YAML

name: Problems with a script.
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:
- 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.
- 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.
- 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:
label: A clear and concise description of the issue.
validations:
required: true
- type: textarea
id: screenshot
attributes:
label: If relevant, including screenshots or a code block can be helpful in clarifying the issue.
validations:
required: false
- type: textarea
id: reproduce
attributes:
label: Please provide detailed steps to reproduce the issue.
placeholder: First do this, then this ...
validations:
required: false