ProxmoxVE/.github/ISSUE_TEMPLATE/bug_report.yml

101 lines
3.6 KiB
YAML
Raw Permalink Normal View History

[github]: add new Frontend_Report / Issue_Report & optimize config.yml (#226) * Add new Frontend_Report / Issue_Report & optimize config.yml * Update .github/ISSUE_TEMPLATE/bug_report.yml switch general to other Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml update text for questions and help Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml harmonize with readme (discord) Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml harmonize title for Frontend Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * remove documentation issue * Update .github/ISSUE_TEMPLATE/config.yml harmonize text Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml update label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Harmonize Frontend > Website * remove "frontend" word * Add "Other" to Frontend-Report --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-19 18:04:39 +00:00
name: "🐞 Script Issue Report"
description: Report a specific issue with a script. For other inquiries, please use the Discussions section.
body:
- type: markdown
attributes:
value: |
# 🐞 **Script Issue Report**
Thank you for taking the time to report an issue! Please provide as much detail as possible to help us address the problem efficiently.
2025-01-17 08:46:37 +00:00
## ⚠️ **IMPORTANT - READ FIRST**
- 🔍 **Search first:** Before submitting, check if the issue has already been reported or resolved in [closed issues](https://github.com/community-scripts/ProxmoxVE/issues?q=is%3Aissue+is%3Aclosed). If found, comment on that issue instead of creating a new one.
Alternatively, check the **[Discussions](https://github.com/community-scripts/ProxmoxVE/discussions)** under the *"Announcement"* or *"Guide"* categories for relevant information.
- 🛠️ **Supported environments only:** Ensure you are using a default Linux distribution. Custom setups may not be supported.
- 🔎 If you encounter `[ERROR] in line 23: exit code *: while executing command "$@" > /dev/null 2>&1`, rerun the script with verbose mode before submitting the issue.
- 💡 For general questions, feature requests, or suggestions, use the [Discussions section](https://github.com/community-scripts/ProxmoxVE/discussions).
2025-01-17 08:46:56 +00:00
- type: input
id: guidelines
attributes:
label: ✅ Have you read and understood the above guidelines?
[github]: add new Frontend_Report / Issue_Report & optimize config.yml (#226) * Add new Frontend_Report / Issue_Report & optimize config.yml * Update .github/ISSUE_TEMPLATE/bug_report.yml switch general to other Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml update text for questions and help Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml harmonize with readme (discord) Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml harmonize title for Frontend Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * remove documentation issue * Update .github/ISSUE_TEMPLATE/config.yml harmonize text Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml update label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Harmonize Frontend > Website * remove "frontend" word * Add "Other" to Frontend-Report --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-19 18:04:39 +00:00
placeholder: "yes"
validations:
required: true
[github]: add new Frontend_Report / Issue_Report & optimize config.yml (#226) * Add new Frontend_Report / Issue_Report & optimize config.yml * Update .github/ISSUE_TEMPLATE/bug_report.yml switch general to other Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml update text for questions and help Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml harmonize with readme (discord) Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml harmonize title for Frontend Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * remove documentation issue * Update .github/ISSUE_TEMPLATE/config.yml harmonize text Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml update label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Harmonize Frontend > Website * remove "frontend" word * Add "Other" to Frontend-Report --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-19 18:04:39 +00:00
- type: input
id: script_name
attributes:
label: 📜 What is the name of the script you are using?
placeholder: "e.g., NextcloudPi, Zigbee2MQTT"
validations:
required: true
- type: input
id: script_command
attributes:
label: 📂 What was the exact command used to execute the script?
placeholder: "e.g., bash -c \"$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/zigbee2mqtt.sh)\" or \"update\""
validations:
required: true
- type: textarea
id: issue_description
attributes:
label: 📝 Provide a clear and concise description of the issue.
validations:
required: true
[github]: add new Frontend_Report / Issue_Report & optimize config.yml (#226) * Add new Frontend_Report / Issue_Report & optimize config.yml * Update .github/ISSUE_TEMPLATE/bug_report.yml switch general to other Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml update text for questions and help Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml harmonize with readme (discord) Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml harmonize title for Frontend Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * remove documentation issue * Update .github/ISSUE_TEMPLATE/config.yml harmonize text Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml update label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Harmonize Frontend > Website * remove "frontend" word * Add "Other" to Frontend-Report --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-19 18:04:39 +00:00
- type: checkboxes
2023-08-23 10:58:10 +00:00
validations:
required: true
2023-08-23 17:25:19 +00:00
attributes:
label: ⚙️ What settings are you using?
2023-08-23 17:25:19 +00:00
options:
[github]: add new Frontend_Report / Issue_Report & optimize config.yml (#226) * Add new Frontend_Report / Issue_Report & optimize config.yml * Update .github/ISSUE_TEMPLATE/bug_report.yml switch general to other Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml update text for questions and help Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml harmonize with readme (discord) Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml harmonize title for Frontend Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * remove documentation issue * Update .github/ISSUE_TEMPLATE/config.yml harmonize text Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml update label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Harmonize Frontend > Website * remove "frontend" word * Add "Other" to Frontend-Report --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-19 18:04:39 +00:00
- label: Default Settings
- label: Advanced Settings
2024-03-19 15:35:40 +00:00
- type: markdown
attributes:
value: "💡 **Tip:** If you are using Advanced Settings, please test with Default Settings before submitting an issue."
[github]: add new Frontend_Report / Issue_Report & optimize config.yml (#226) * Add new Frontend_Report / Issue_Report & optimize config.yml * Update .github/ISSUE_TEMPLATE/bug_report.yml switch general to other Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml update text for questions and help Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml harmonize with readme (discord) Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml harmonize title for Frontend Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * remove documentation issue * Update .github/ISSUE_TEMPLATE/config.yml harmonize text Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml update label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Harmonize Frontend > Website * remove "frontend" word * Add "Other" to Frontend-Report --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-19 18:04:39 +00:00
2024-03-19 14:47:20 +00:00
- type: dropdown
id: linux_distribution
2024-03-19 14:47:20 +00:00
attributes:
label: 🖥️ Which Linux distribution are you using?
2024-03-19 14:47:20 +00:00
options:
-
2024-04-01 08:09:29 +00:00
- Alpine
2023-08-23 17:25:19 +00:00
- Debian 11
- Debian 12
- Ubuntu 20.04
- Ubuntu 22.04
2024-05-09 07:32:09 +00:00
- Ubuntu 24.04
- Ubuntu 24.10
[github]: add new Frontend_Report / Issue_Report & optimize config.yml (#226) * Add new Frontend_Report / Issue_Report & optimize config.yml * Update .github/ISSUE_TEMPLATE/bug_report.yml switch general to other Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml update text for questions and help Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml harmonize with readme (discord) Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml harmonize title for Frontend Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * remove documentation issue * Update .github/ISSUE_TEMPLATE/config.yml harmonize text Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml update label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Harmonize Frontend > Website * remove "frontend" word * Add "Other" to Frontend-Report --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-19 18:04:39 +00:00
validations:
required: true
2023-04-21 17:14:12 +00:00
- type: textarea
id: steps_to_reproduce
2023-04-21 17:14:12 +00:00
attributes:
label: 🔄 Steps to reproduce the issue.
placeholder: "e.g., Step 1: ..., Step 2: ..."
2023-04-21 17:14:12 +00:00
validations:
required: true
- type: textarea
id: error_output
attributes:
label: ❌ Paste the full error output (if available).
placeholder: "Include any relevant logs or error messages."
validations:
required: true
[github]: add new Frontend_Report / Issue_Report & optimize config.yml (#226) * Add new Frontend_Report / Issue_Report & optimize config.yml * Update .github/ISSUE_TEMPLATE/bug_report.yml switch general to other Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug_report.yml remove label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml update text for questions and help Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml harmonize with readme (discord) Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml harmonize title for Frontend Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * remove documentation issue * Update .github/ISSUE_TEMPLATE/config.yml harmonize text Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml update label Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/frontend_report.yml remove title Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Harmonize Frontend > Website * remove "frontend" word * Add "Other" to Frontend-Report --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
2024-11-19 18:04:39 +00:00
- type: textarea
id: additional_context
attributes:
label: 🖼️ Additional context (optional).
placeholder: "Include screenshots, code blocks (use triple backticks ```), or any other relevant information."
validations:
required: false