mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Wrap vendor/ in backtics
				
					
				
			This commit is contained in:
		@@ -59,13 +59,13 @@ ALL TESTS PASSED
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
## Vendoring
 | 
					## Vendoring
 | 
				
			||||||
 | 
					
 | 
				
			||||||
We keep a cached copy of dependencies within the vendor/ directory,
 | 
					We keep a cached copy of dependencies within the `vendor/` directory,
 | 
				
			||||||
managing updates via [govendor](http://github.com/kardianos/govendor).
 | 
					managing updates via [govendor](http://github.com/kardianos/govendor).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Pull requests should only include vendor/ updates if they are
 | 
					Pull requests should only include `vendor/` updates if they are
 | 
				
			||||||
part of the same change, be it a bugfix or a feature addition.
 | 
					part of the same change, be it a bugfix or a feature addition.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The vendor/ update needs to be justified as part of the PR description,
 | 
					The `vendor/` update needs to be justified as part of the PR description,
 | 
				
			||||||
and must be verified by the reviewers and/or merger to always reference
 | 
					and must be verified by the reviewers and/or merger to always reference
 | 
				
			||||||
an existing upstream commit.
 | 
					an existing upstream commit.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user