osrm-backend/.github/PULL_REQUEST_TEMPLATE.md

20 lines
860 B
Markdown
Raw Normal View History

2016-08-19 06:28:24 -04:00
# Issue
What issue is this PR targeting? If there is no issue that addresses the problem, please open a corresponding issue and link it here.
2016-08-19 06:28:24 -04:00
2018-02-01 07:06:05 -05:00
Please read our [documentation](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/releasing.md) on release and version management.
If your PR is still work in progress please attach the relevant label.
2016-08-19 06:28:24 -04:00
## Tasklist
2018-02-01 07:06:05 -05:00
- [ ] CHANGELOG.md entry ([How to write a changelog entry](http://keepachangelog.com/en/1.0.0/#how))
- [ ] update relevant [Wiki pages](https://github.com/Project-OSRM/osrm-backend/wiki)
2022-06-27 19:14:28 -04:00
- [ ] add tests (see [testing documentation](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/testing.md))
2016-08-19 06:28:24 -04:00
- [ ] review
- [ ] adjust for comments
2018-02-01 07:06:05 -05:00
- [ ] cherry pick to release branch
2016-08-19 06:28:24 -04:00
## Requirements / Relations
2018-02-01 07:06:05 -05:00
2016-08-19 06:28:24 -04:00
Link any requirements here. Other pull requests this PR is based on?