chore: release main
[e-mobility-charging-stations-simulator.git] / .github / pull_request_template.md
CommitLineData
8d9bfb08
JB
1<!--
2 Thanks for contributing to EVSE simulator project.
3 Please be sure to read our [contributing guidelines](https://github.com/sap/e-mobility-charging-stations-simulator/blob/master/CONTRIBUTING.md).
4-->
5
6## PR Checklist
7
8- [ ] Please add a description of your changes.
9- [ ] Please ensure title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
10- [ ] We need your changes to come with unit tests in order to keep this project in quality and easy to maintain.
11- [ ] If your changes contain any new feature please be sure to document it.
12- [ ] Please add a link to the open issue or task that this pull request will resolve.
13
14## Does this PR introduce a breaking change?
15
16- [ ] Yes
17- [ ] No
18
19If yes please indicate it in the title and add migration info into the documentation.
20
21---
22
23<!-- Your PR text -->