mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Remove feature label from feature request issue template (#25696)
				
					
				
			We need a feature request process, so when a user submit a feature proposal, it should not be marked as feature before it has been accept.
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/ISSUE_TEMPLATE/feature-request.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/ISSUE_TEMPLATE/feature-request.yaml
									
									
									
									
										vendored
									
									
								
							@@ -1,6 +1,6 @@
 | 
				
			|||||||
name: Feature Request
 | 
					name: Feature Request
 | 
				
			||||||
description: Got an idea for a feature that Gitea doesn't have currently?  Submit your idea here!
 | 
					description: Got an idea for a feature that Gitea doesn't have currently?  Submit your idea here!
 | 
				
			||||||
labels: ["kind/feature", "kind/proposal"]
 | 
					labels: ["kind/proposal"]
 | 
				
			||||||
body:
 | 
					body:
 | 
				
			||||||
- type: markdown
 | 
					- type: markdown
 | 
				
			||||||
  attributes:
 | 
					  attributes:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user