Skip to content

Commit 1633cdd

Browse files
authored
Add website issue template (#200)
1 parent 8f2e917 commit 1633cdd

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Problems with a script.
1+
name: Problems with a script
22
description: Generate a report on an issue pertaining specifically to a script. For other inquires please share them in the Discussions section.
33
body:
44
- type: markdown
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Problems with the website
2+
description: Generate a report on an issue pertaining specifically to the website (https://community-scripts.github.io/ProxmoxVE/). For other inquires please share them in the Discussions section.
3+
labels: ["website"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
**IMPORTANT:** Failure to comply with the following guidelines may result in immediate closure.
9+
- 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.
10+
- For suggestions, questions or feature/script requests, please share them in the [Discussions section.](https://github.com/community-scripts/ProxmoxVE/discussions)
11+
- type: input
12+
id: guidelines
13+
attributes:
14+
label: Please verify that you have read and understood the guidelines.
15+
placeholder: 'yes'
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: bug
20+
attributes:
21+
label: A clear and concise description of the issue.
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: expected-behavior
26+
attributes:
27+
label: Please provide a description of the expected behavior.
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: screenshot
32+
attributes:
33+
label: If relevant, including screenshots or a code block can be helpful in clarifying the issue.
34+
placeholder: Code blocks begin and conclude by enclosing the code with three backticks (```) above and below it.
35+
validations:
36+
required: false
37+
- type: textarea
38+
id: reproduce
39+
attributes:
40+
label: Please provide detailed steps to reproduce the issue.
41+
placeholder: First do this, then this ...
42+
validations:
43+
required: false
44+
45+

0 commit comments

Comments
 (0)