forked from community-scripts/ProxmoxVE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add website issue template (community-scripts#200)
- Loading branch information
1 parent
8f2e917
commit 1633cdd
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/ISSUE_TEMPLATE/bug_report.yaml → .github/ISSUE_TEMPLATE/script-issue.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: Problems with the website | ||
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. | ||
labels: ["website"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**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. | ||
- For suggestions, questions or feature/script requests, please share them in the [Discussions section.](https://github.com/community-scripts/ProxmoxVE/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 | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Please provide a description of the expected behavior. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshot | ||
attributes: | ||
label: If relevant, including screenshots or a code block can be helpful in clarifying the issue. | ||
placeholder: Code blocks begin and conclude by enclosing the code with three backticks (```) above and below it. | ||
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 | ||
|
||
|