Update bug_report.yaml

This commit is contained in:
tteckster 2023-04-21 14:40:03 -04:00 committed by GitHub
parent 93fc56336f
commit 90afb75199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,16 @@
name: Bug report name: Issue report
description: Create a report to help us improve (script related) description: Generate a report on the issue pertaining specifically to the script in order to aid us in improving it.
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
**IMPORTANT:** Before submitting: **IMPORTANT:** Before submitting:
- Please search through the closed issues to see if the bug 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. - 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.
- If you have requests for features or scripts, please share them in the [Discussions section.](https://github.com/tteck/Proxmox/discussions) - If you have requests for features or scripts, please share them in the [Discussions section.](https://github.com/tteck/Proxmox/discussions)
- type: textarea - type: textarea
id: bug id: bug
attributes: attributes:
label: A clear and concise description of the bug. label: A clear and concise description of the issue.
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -30,6 +30,6 @@ body:
id: reproduce id: reproduce
attributes: attributes:
label: Please provide detailed steps to reproduce the issue. label: Please provide detailed steps to reproduce the issue.
placeholder: First do this, then this.. placeholder: First do this, then this ...
validations: validations:
required: false required: false