mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Compare commits
5 Commits
bb7c08e0fe
...
3a5952431a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a5952431a | ||
|
|
233f7c8001 | ||
|
|
1da3bcb817 | ||
|
|
5ab4f10f9f | ||
|
|
90b7a7f2d9 |
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
16
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve (script related)
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Describe the issue**
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**Screenshots**
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Bug reports will be closed after 12 hours of NO activity.**
|
|
||||||
34
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
name: Bug report
|
||||||
|
description: Create a report to help us improve (script related)
|
||||||
|
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.
|
||||||
|
- type: textarea
|
||||||
|
id: bug
|
||||||
|
attributes:
|
||||||
|
label: A clear and concise description of the bug.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: screenshot
|
||||||
|
attributes:
|
||||||
|
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..
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
11
.github/ISSUE_TEMPLATE/feature-script-request.md
vendored
11
.github/ISSUE_TEMPLATE/feature-script-request.md
vendored
@@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature/Script Request
|
|
||||||
about: Suggest an idea for this project in Discussions
|
|
||||||
title: Please submit feature/script requests in Discussions
|
|
||||||
labels: Feature Request
|
|
||||||
assignees: tteck
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Please submit feature/script requests in Discussions
|
|
||||||
https://github.com/tteck/Proxmox/discussions
|
|
||||||
20
.github/ISSUE_TEMPLATE/feature-script-request.yaml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature-script-request.yaml
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
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:
|
||||||
|
-
|
||||||
|
|
||||||
Reference in New Issue
Block a user