Tasmota/.github/PULL_REQUEST_TEMPLATE.md

14 lines
680 B
Markdown
Raw Normal View History

2019-03-06 02:58:25 +00:00
## Description:
2019-10-27 11:04:08 +00:00
**Related issue (if applicable):** fixes #<Tasmota issue number goes here>
2019-03-06 02:58:25 +00:00
## Checklist:
- [ ] The pull request is done against the latest development branch
- [ ] Only relevant files were touched
- [ ] Only one feature/fix was added per PR and the code change compiles without warnings
2020-12-06 16:01:39 +00:00
- [ ] The code change is tested and works on Tasmota core ESP8266 V.2.7.4.9
2021-03-01 11:49:55 +00:00
- [ ] The code change is tested and works with core ESP32 V.1.0.5
2019-10-27 11:04:08 +00:00
- [ ] I accept the [CLA](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla).
_NOTE: The code change must pass CI tests. **Your PR cannot be merged unless tests pass**_