mirror of https://github.com/tteck/Proxmox.git
Compare commits
9 Commits
3a5952431a
...
02c542d9db
Author | SHA1 | Date |
---|---|---|
|
02c542d9db | |
|
3463abe13c | |
|
90afb75199 | |
|
93fc56336f | |
|
e6a104ad8b | |
|
9463d40643 | |
|
d4aa6b0d07 | |
|
1bfee11f7a | |
|
81daa5820b |
|
@ -1,15 +1,16 @@
|
|||
name: Bug report
|
||||
description: Create a report to help us improve (script related)
|
||||
name: Problems with a script.
|
||||
description: Generate a report on the issue pertaining specifically to the script in order to aid us in improving it.
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**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)
|
||||
- type: textarea
|
||||
id: bug
|
||||
attributes:
|
||||
label: A clear and concise description of the bug.
|
||||
label: A clear and concise description of the issue.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
@ -18,17 +19,10 @@ body:
|
|||
label: If relevant, including screenshots or a code block can be helpful in clarifying the issue.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: expect_to_happen
|
||||
attributes:
|
||||
label: A clear and concise description of what you expected to happen.
|
||||
placeholder: I expected that ...
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: reproduce
|
||||
attributes:
|
||||
label: Please provide detailed steps to reproduce the issue.
|
||||
placeholder: First do this, then this..
|
||||
placeholder: First do this, then this ...
|
||||
validations:
|
||||
required: false
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
name: Feature/Script Request
|
||||
about: Suggest an idea for this project in Discussions
|
||||
title: Please submit feature/script requests in Discussions
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**NOTICE:**
|
||||
- If you have requests for features or scripts, please share them in the Discussions section.
|
||||
- type: dropdown
|
||||
validations:
|
||||
required: false
|
||||
attributes:
|
||||
label: <a href="https://github.com/tteck/Proxmox/discussions"><img src="https://img.shields.io/badge/%F0%9F%92%AC-Discussions-orange" alt="Discussions" /></a>
|
||||
description: >
|
||||
<a href="https://github.com/tteck/Proxmox/discussions"><img src="https://img.shields.io/badge/%F0%9F%92%AC-Discussions-orange" alt="Discussions" /></a>
|
||||
options:
|
||||
-
|
||||
|
Loading…
Reference in New Issue