mirror of
				https://github.com/actions/download-artifact.git
				synced 2025-11-04 15:33:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			520 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			520 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: "🎁 Feature request"
 | 
						|
description: Suggest a new feature/enhancement!
 | 
						|
labels: ['enhancement']
 | 
						|
title: '[feat req]'
 | 
						|
body:
 | 
						|
  - type: textarea
 | 
						|
    id: feature
 | 
						|
    attributes:
 | 
						|
      label: What would you like to be added?
 | 
						|
      description: |
 | 
						|
        Please check existing issues to avoid making duplicates. Any duplicate issue will be closed immediately.
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
 | 
						|
  - type: textarea
 | 
						|
    id: reasoning
 | 
						|
    attributes:
 | 
						|
      label: Why is this needed?
 | 
						|
    validations:
 | 
						|
      required: true |