mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	Update PR template to use go generate command
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/pull_request_template.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/pull_request_template.md
									
									
									
									
										vendored
									
									
								
							| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| - **Please check if the PR fulfills these requirements** | ||||
|  | ||||
| * [ ] Cheatsheets are up-to-date (run `go run scripts/cheatsheet/main.go generate`) | ||||
| * [ ] Cheatsheets are up-to-date (run `go generate ./...`) | ||||
| * [ ] Code has been formatted (see [here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting)) | ||||
| * [ ] Tests have been added/updated (see [here](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md) for the integration test guide) | ||||
| * [ ] Text is internationalised (see [here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user