mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	shrink & minimalize report templates (#3902)
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
title: "[Script request] "
 | 
					title: "[Script request]: "
 | 
				
			||||||
labels: ["enhancement"]
 | 
					labels: ["enhancement"]
 | 
				
			||||||
body:
 | 
					body:
 | 
				
			||||||
- type: input
 | 
					- type: input
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										25
									
								
								.github/ISSUE_TEMPLATE/bug_report.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										25
									
								
								.github/ISSUE_TEMPLATE/bug_report.yml
									
									
									
									
										vendored
									
									
								
							@@ -5,15 +5,14 @@ body:
 | 
				
			|||||||
  - type: markdown
 | 
					  - type: markdown
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      value: |
 | 
					      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.  
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        ## ⚠️ **IMPORTANT - READ FIRST**  
 | 
					        ## ⚠️ **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.  
 | 
					        - 🔍 **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.  
 | 
					        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.  
 | 
					        - 🔎 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).  
 | 
					        - 📜 **Read the script:** Familiarize yourself with the script's content and its purpose. This will help you understand the issue better and provide more relevant information
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        Thank you for taking the time to report an issue! Please provide as much detail as possible to help us address the problem efficiently.  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     
 | 
					     
 | 
				
			||||||
  - type: input
 | 
					  - type: input
 | 
				
			||||||
    id: guidelines
 | 
					    id: guidelines
 | 
				
			||||||
@@ -35,14 +34,7 @@ body:
 | 
				
			|||||||
    id: script_command
 | 
					    id: script_command
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: 📂 What was the exact command used to execute the script?
 | 
					      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\""
 | 
					      placeholder: "e.g., bash -c \"$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/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:
 | 
					    validations:
 | 
				
			||||||
      required: true
 | 
					      required: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -75,6 +67,13 @@ body:
 | 
				
			|||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
      required: true
 | 
					      required: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - type: textarea
 | 
				
			||||||
 | 
					    id: issue_description
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: 📝 Provide a clear and concise description of the issue.
 | 
				
			||||||
 | 
					    validations:
 | 
				
			||||||
 | 
					      required: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - type: textarea
 | 
					  - type: textarea
 | 
				
			||||||
    id: steps_to_reproduce
 | 
					    id: steps_to_reproduce
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										6
									
								
								.github/ISSUE_TEMPLATE/config.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/ISSUE_TEMPLATE/config.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,11 +1,11 @@
 | 
				
			|||||||
blank_issues_enabled: false
 | 
					blank_issues_enabled: false
 | 
				
			||||||
contact_links:
 | 
					contact_links:
 | 
				
			||||||
    - name: 🤔 Questions and Help
 | 
					 | 
				
			||||||
      url: https://github.com/community-scripts/ProxmoxVE/discussions
 | 
					 | 
				
			||||||
      about: For suggestions or questions, please use the Discussions section.
 | 
					 | 
				
			||||||
    - name: 🌟 new Script request
 | 
					    - name: 🌟 new Script request
 | 
				
			||||||
      url: https://github.com/community-scripts/ProxmoxVE/discussions/new?category=request-script
 | 
					      url: https://github.com/community-scripts/ProxmoxVE/discussions/new?category=request-script
 | 
				
			||||||
      about: For feature/script requests, please use the Discussions section.
 | 
					      about: For feature/script requests, please use the Discussions section.
 | 
				
			||||||
 | 
					    - name: 🤔 Questions and Help
 | 
				
			||||||
 | 
					      url: https://github.com/community-scripts/ProxmoxVE/discussions
 | 
				
			||||||
 | 
					      about: For suggestions or questions, please use the Discussions section.
 | 
				
			||||||
    - name: 💻 Discord
 | 
					    - name: 💻 Discord
 | 
				
			||||||
      url: https://discord.gg/jsYVk5JBxq
 | 
					      url: https://discord.gg/jsYVk5JBxq
 | 
				
			||||||
      about: Join our Discord server to chat with other users in the Proxmox Helper Scripts community.
 | 
					      about: Join our Discord server to chat with other users in the Proxmox Helper Scripts community.
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/ISSUE_TEMPLATE/feature_request.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/ISSUE_TEMPLATE/feature_request.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
				
			|||||||
name: "✨ Feature Request"
 | 
					name: "✨ Feature Request"
 | 
				
			||||||
description: "Suggest a new feature or enhancement."
 | 
					description: "Suggest a new feature or enhancement. (not for script requests)"
 | 
				
			||||||
labels: ["enhancement"]
 | 
					labels: ["enhancement"]
 | 
				
			||||||
body:
 | 
					body:
 | 
				
			||||||
  - type: markdown
 | 
					  - type: markdown
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										18
									
								
								.github/pull_request_template.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/pull_request_template.md
									
									
									
									
										vendored
									
									
								
							@@ -1,8 +1,7 @@
 | 
				
			|||||||
<!--🛑 New scripts must first be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing.
 | 
					<!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing.  
 | 
				
			||||||
PRs for new scripts that skip this process will be closed. -->  
 | 
					PRs without prior testing will be closed. -->
 | 
				
			||||||
 | 
					 | 
				
			||||||
## ✍️ Description  
 | 
					## ✍️ Description  
 | 
				
			||||||
<!-- Briefly describe your changes. -->  
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 🔗 Related PR / Issue  
 | 
					## 🔗 Related PR / Issue  
 | 
				
			||||||
@@ -13,7 +12,6 @@ Link: #
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- [ ] **Self-review completed** – Code follows project standards.  
 | 
					- [ ] **Self-review completed** – Code follows project standards.  
 | 
				
			||||||
- [ ] **Tested thoroughly** – Changes work as expected.  
 | 
					- [ ] **Tested thoroughly** – Changes work as expected.  
 | 
				
			||||||
- [ ] **No breaking changes** – Existing functionality remains intact.  
 | 
					 | 
				
			||||||
- [ ] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues.  
 | 
					- [ ] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues.  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
@@ -27,13 +25,3 @@ Link: #
 | 
				
			|||||||
- [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata.  
 | 
					- [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata.  
 | 
				
			||||||
- [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality.  
 | 
					- [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality.  
 | 
				
			||||||
- [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs.  
 | 
					- [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs.  
 | 
				
			||||||
 | 
					 | 
				
			||||||
---
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## 🔍 Code & Security Review  (**X** in brackets) 
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- [ ] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines**
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## 📋 Additional Information (optional)  
 | 
					 | 
				
			||||||
<!-- Add any extra context, screenshots, or references. -->  
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user