mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			422 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			422 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# Contributing
 | 
						|
 | 
						|
We would love to have people submit pull requests and help make `grpc-ecosystem/go-grpc-middleware` even better 👍.
 | 
						|
 | 
						|
Fork, then clone the repo:
 | 
						|
 | 
						|
```bash
 | 
						|
git clone git@github.com:your-username/go-grpc-middleware.git
 | 
						|
```    
 | 
						|
 | 
						|
Before checking in please run the following:
 | 
						|
 | 
						|
```bash
 | 
						|
make all
 | 
						|
```
 | 
						|
 | 
						|
This will `vet`, `fmt`, regenerate documentation and run all tests.
 | 
						|
 | 
						|
 | 
						|
Push to your fork and open a pull request. |