mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							87154e9b6f
						
					
				
				
					commit
					4d6277330b
				
			
							
								
								
									
										38
									
								
								.github/PULL_REQUEST_TEMPLATE.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										38
									
								
								.github/PULL_REQUEST_TEMPLATE.md
									
									
									
									
										vendored
									
									
								
							| @@ -1,10 +1,44 @@ | |||||||
| ## Description: | # What does this implement/fix?  | ||||||
|  |  | ||||||
|  | Quick description  | ||||||
|  |  | ||||||
| **Related issue (if applicable):** fixes <link to issue> | ## Types of changes | ||||||
|  |  | ||||||
|  | - [ ] Bugfix (non-breaking change which fixes an issue) | ||||||
|  | - [ ] New feature (non-breaking change which adds functionality) | ||||||
|  | - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||||||
|  | - [ ] Configuration change (this will require users to update their yaml configuraiton files to keep working) | ||||||
|  |  | ||||||
|  | **Related issue or feature (if applicable):** fixes <link to issue> | ||||||
|  |  | ||||||
| **Pull request in [esphome-docs](https://github.com/esphome/esphome-docs) with documentation (if applicable):** esphome/esphome-docs#<esphome-docs PR number goes here> | **Pull request in [esphome-docs](https://github.com/esphome/esphome-docs) with documentation (if applicable):** esphome/esphome-docs#<esphome-docs PR number goes here> | ||||||
|    |    | ||||||
|  | # Test Environment | ||||||
|  |  | ||||||
|  | - [ ] ESP32 | ||||||
|  | - [ ] ESP8266 | ||||||
|  | - [ ] Windows | ||||||
|  | - [ ] Mac OS | ||||||
|  | - [ ] Linux | ||||||
|  |  | ||||||
|  | ## Example entry for `config.yaml`: | ||||||
|  | <!-- | ||||||
|  |   Supplying a configuration snippet, makes it easier for a maintainer to test | ||||||
|  |   your PR. Furthermore, for new integrations, it gives an impression of how | ||||||
|  |   the configuration would look like. | ||||||
|  |   Note: Remove this section if this PR does not have an example entry. | ||||||
|  | --> | ||||||
|  |  | ||||||
|  | ```yaml | ||||||
|  | # Example config.yaml | ||||||
|  |  | ||||||
|  | ``` | ||||||
|  |  | ||||||
|  | # Explain your changes | ||||||
|  |  | ||||||
|  | Describe your changes here to communicate to the maintainers **why we should accept this pull request**. | ||||||
|  | Very important to fill if no issue linked | ||||||
|  |  | ||||||
| ## Checklist: | ## Checklist: | ||||||
|   - [ ] The code change is tested and works locally. |   - [ ] The code change is tested and works locally. | ||||||
|   - [ ] Tests have been added to verify that the new code works (under `tests/` folder). |   - [ ] Tests have been added to verify that the new code works (under `tests/` folder). | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user