mirror of
				https://github.com/gin-gonic/gin.git
				synced 2025-11-04 17:22:12 +08:00 
			
		
		
		
	- Replace the old issue template with new, structured YAML templates for bug reports and feature requests - Add a configuration file that directs users to relevant documentation and support links - Update the pull request template to use a checklist format and clarify documentation requirements Signed-off-by: appleboy <appleboy.tw@gmail.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			436 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			436 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Pull Request Checklist
 | 
						|
 | 
						|
Please ensure your pull request meets the following requirements:
 | 
						|
 | 
						|
- [ ] Open your pull request against the `master` branch.
 | 
						|
- [ ] All tests pass in available continuous integration systems (e.g., GitHub Actions).
 | 
						|
- [ ] Tests are added or modified as needed to cover code changes.
 | 
						|
- [ ] If the pull request introduces a new feature, the feature is documented in the `docs/doc.md`.
 | 
						|
 | 
						|
Thank you for contributing!
 |