mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Change last 'make' statements to 'mage'
This commit is contained in:
		
				
					committed by
					
						
						Bjørn Erik Pedersen
					
				
			
			
				
	
			
			
			
						parent
						
							23488f874c
						
					
				
				
					commit
					a6ed645a34
				
			@@ -57,7 +57,7 @@ To make the contribution process as seamless as possible, we ask for the followi
 | 
			
		||||
    * Run `go fmt`.
 | 
			
		||||
    * Add documentation if you are adding new features or changing functionality.  The docs site lives in `/docs`.
 | 
			
		||||
    * Squash your commits into a single commit. `git rebase -i`. It’s okay to force update your pull request with `git push -f`.
 | 
			
		||||
    * Ensure that `make check` succeeds. [Travis CI](https://travis-ci.org/gohugoio/hugo) (Linux and macOS) and [AppVeyor](https://ci.appveyor.com/project/gohugoio/hugo/branch/master) (Windows) will fail the build if `make check` fails.
 | 
			
		||||
    * Ensure that `mage check` succeeds. [Travis CI](https://travis-ci.org/gohugoio/hugo) (Linux and macOS) and [AppVeyor](https://ci.appveyor.com/project/gohugoio/hugo/branch/master) (Windows) will fail the build if `mage check` fails.
 | 
			
		||||
    * Follow the **Git Commit Message Guidelines** below.
 | 
			
		||||
 | 
			
		||||
### Git Commit Message Guidelines
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user