Proxmox/.github/ISSUE_TEMPLATE/bug_report.yaml

66 lines
2.5 KiB
YAML
Raw Normal View History

2023-04-21 20:43:05 +02:00
name: Problems with a script.
2024-03-19 11:12:05 +01:00
description: Generate a report on an issue pertaining specifically to a script. For other inquires please share them in the Discussions section.
body:
- type: markdown
attributes:
value: |
2023-05-26 07:27:33 +02:00
**IMPORTANT:** Failure to comply with the following guidelines may result in immediate closure.
- Prior to submitting, kindly search the closed issues to check if the problem you are reporting has already been addressed and resolved. If you come across a closed issue that pertains to your problem, please leave a comment on that issue instead of creating a new one.
2023-11-29 13:19:53 +01:00
- If the default Linux distribution is not adhered to, script support will be discontinued.
2024-01-24 10:43:40 +01:00
- When encountering the error message `[ERROR] in line 23: exit code *: while executing command "$@" > /dev/null 2>&1`, make sure to run the script in verbose mode to accurately determine the underlying issue.
2023-06-14 19:12:21 +02:00
- For suggestions, questions or feature/script requests, please share them in the [Discussions section.](https://github.com/tteck/Proxmox/discussions)
- type: input
id: guidelines
attributes:
label: Please verify that you have read and understood the guidelines.
placeholder: 'yes'
validations:
required: true
- type: textarea
id: bug
attributes:
label: A clear and concise description of the issue.
validations:
required: true
2023-08-23 19:25:19 +02:00
- type: dropdown
2024-03-19 15:47:55 +01:00
id: settings
2023-08-23 12:58:10 +02:00
validations:
required: true
2023-08-23 19:25:19 +02:00
attributes:
2024-03-19 15:47:20 +01:00
label: What settings are you currently utilizing?
2023-08-23 19:25:19 +02:00
options:
2023-08-23 19:28:29 +02:00
-
2023-08-23 19:25:19 +02:00
- Default Settings
2024-03-19 15:47:20 +01:00
- Advanced Settings
2024-03-19 16:35:40 +01:00
- type: markdown
attributes:
value: (if Advanced Settings, please try Default Settings before creating an issue)
2024-03-19 15:47:20 +01:00
- type: dropdown
id: distribution
validations:
required: true
attributes:
label: Which Linux distribution are you employing?
options:
-
2024-04-01 10:09:29 +02:00
- Alpine
2023-08-23 19:25:19 +02:00
- Debian 11
- Debian 12
- Ubuntu 20.04
- Ubuntu 22.04
2024-05-09 09:32:09 +02:00
- Ubuntu 24.04
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-08-23 19:55:02 +02:00
placeholder: Code blocks begin and conclude by enclosing the code with three backticks (```) above and below it.
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