mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	docs: update contributing info to include writing changes to changelog
This commit is contained in:
		
							parent
							
								
									f9a2a981b4
								
							
						
					
					
						commit
						3f745e7e4d
					
				
							
								
								
									
										2
									
								
								.github/pull_request_template.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/pull_request_template.md
									
									
									
									
										vendored
									
									
								
							@ -1,5 +1,5 @@
 | 
			
		||||
---
 | 
			
		||||
- [ ] I have reviewed CONTRIBUTING.md.
 | 
			
		||||
- [ ] My commits and title use the [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) format.
 | 
			
		||||
- [ ] I have documented any breaking changes according to [SemVer](https://semver.org/).
 | 
			
		||||
- [ ] I have documented changes and additions in the CHANGELOG.md.
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
@ -29,8 +29,9 @@ For any code contributions (Lua and/or Go), you should follow these rules:
 | 
			
		||||
1. Ensure that any new install or build dependencies are documented in
 | 
			
		||||
the README.md and pull request.
 | 
			
		||||
 | 
			
		||||
2. Mention any and all changes, this includes useful file locations and
 | 
			
		||||
breaking changes.
 | 
			
		||||
2. Mention any and all changes, feature additons, removals, etc. This includes
 | 
			
		||||
useful file locations and breaking changes. Document them in the [changelog](CHANGELOG.md)
 | 
			
		||||
in the pull request.
 | 
			
		||||
 | 
			
		||||
3. We use [Semver](http://semver.org/) for versioning and
 | 
			
		||||
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user