2024-11-19 18:04:39 +00:00
name : "🌐 Website Issue Report"
description : Report an issue, an optimization request or an documentation issue specifically related to the website.
labels : "website"
2023-04-21 17:07:02 +00:00
body :
- type : markdown
attributes :
value : |
2023-05-26 05:27:33 +00: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.
2024-11-19 18:04:39 +00:00
- If the problem is related to a bug in the website, kindly check for browser compatibility and ensure the issue occurs in multiple browsers before submitting.
- For suggestions, questions, or feature requests, please use the [Discussions section.](https://github.com/community-scripts/ProxmoxVE/discussions)
2023-08-23 10:55:25 +00:00
- type : input
id : guidelines
2023-04-21 17:07:02 +00:00
attributes :
2023-08-23 10:55:25 +00:00
label : Please verify that you have read and understood the guidelines.
placeholder : 'yes'
2023-04-21 17:07:02 +00:00
validations :
required : true
2024-11-19 18:04:39 +00:00
2023-08-23 17:25:19 +00:00
- type : dropdown
2024-11-19 18:04:39 +00:00
id : issue_type
2023-08-23 10:58:10 +00:00
validations :
required : true
2023-08-23 17:25:19 +00:00
attributes :
2024-11-19 18:04:39 +00:00
label : What type of issue is this?
2023-08-23 17:25:19 +00:00
options :
2023-08-23 17:28:29 +00:00
-
2024-11-19 18:04:39 +00:00
- Bug
- Optimization
- Documentation
- Other
- type : textarea
id : bug_description
2024-03-19 15:35:40 +00:00
attributes :
2024-11-19 18:04:39 +00:00
label : A clear and concise description of the issue.
validations :
required : true
2024-03-19 14:47:20 +00:00
- type : dropdown
2024-11-19 18:04:39 +00:00
id : browser
2024-03-19 14:47:20 +00:00
validations :
required : true
attributes :
2024-11-19 18:04:39 +00:00
label : Which browser are you using?
2024-03-19 14:47:20 +00:00
options :
-
2024-11-19 18:04:39 +00:00
- Chrome
- Firefox
- Safari
- Edge
- Other
- type : markdown
attributes :
value : |
**If the issue is browser-related**, please provide information on the version and platform (Windows, MacOS, Linux, etc.).
2023-04-21 17:14:12 +00:00
- type : textarea
id : screenshot
attributes :
2023-04-21 17:22:16 +00:00
label : If relevant, including screenshots or a code block can be helpful in clarifying the issue.
2024-11-19 18:04:39 +00:00
placeholder : "Code blocks begin and conclude by enclosing the code with three backticks (```) above and below it."
2023-04-21 17:14:12 +00:00
validations :
required : false
2024-11-19 18:04:39 +00:00
2023-04-21 17:07:02 +00:00
- type : textarea
id : reproduce
attributes :
label : Please provide detailed steps to reproduce the issue.
2024-11-19 18:04:39 +00:00
placeholder : "First do this, then this ..."
2023-04-21 17:07:02 +00:00
validations :
required : false