mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			862 B
		
	
	
	
		
			YAML
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			862 B
		
	
	
	
		
			YAML
		
	
	
	
	
		
			Generated
		
	
	
name: "✨ Feature Request"
 | 
						|
description: "Suggest a new feature or enhancement. (not for script requests)"
 | 
						|
labels: ["enhancement"]
 | 
						|
body:
 | 
						|
  - type: markdown
 | 
						|
    attributes:
 | 
						|
      value: |
 | 
						|
        # ✨ **Feature Request**
 | 
						|
        Have an idea for a new feature? Share your thoughts below!
 | 
						|
 | 
						|
  - type: input
 | 
						|
    id: feature_summary
 | 
						|
    attributes:
 | 
						|
      label: "🌟 Briefly describe the feature"
 | 
						|
      placeholder: "e.g., Add support for XYZ"
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
 | 
						|
  - type: textarea
 | 
						|
    id: feature_description
 | 
						|
    attributes:
 | 
						|
      label: "📝 Detailed description"
 | 
						|
      placeholder: "Explain the feature in detail"
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
 | 
						|
  - type: textarea
 | 
						|
    id: use_case
 | 
						|
    attributes:
 | 
						|
      label: "💡 Why is this useful?"
 | 
						|
      placeholder: "Describe the benefit of this feature"
 | 
						|
    validations:
 | 
						|
      required: true
 |