From 080601a392449e3d1c015861edb5412d672b5d68 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 20 Mar 2019 15:21:08 +0100 Subject: [PATCH] PR template: added changelog checkbox. [ci skip] --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e59148f39b9..e103cf2c50c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,5 +2,6 @@ Fixes # <!-- you may add issues here to automatically close them --> -1. [ ] Tests covering your feature were added? -2. [ ] Any new feature or behavior change was documented? +1. [ ] Feature description was added to the [changelog](https://github.com/ufz/ogs/wiki/Release-notes-6.2.1) +2. [ ] Tests covering your feature were added? +3. [ ] Any new feature or behavior change was documented? -- GitLab