From 03f598b93d08faac1cd5c35b852ce88153d4b39a Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Thu, 1 Feb 2018 12:06:05 +0000 Subject: [PATCH] [skip ci] Update PR template --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9561f2658..1d5fbec2d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,13 +2,18 @@ What issue is this PR targeting? If there is no issue that addresses the problem, please open a corresponding issue and link it here. +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. + ## Tasklist - - [ ] ADD OWN TASKS HERE + - [ ] 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) - - [ ] add regression / cucumber cases (see docs/testing.md) + - [ ] add tests (see [testing documentation](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/testing.md) - [ ] review - [ ] adjust for comments + - [ ] cherry pick to release branch ## Requirements / Relations + Link any requirements here. Other pull requests this PR is based on?