From 7de9275f4b5b2917ad147e045e38e64cb9657451 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Thu, 19 Aug 2021 19:55:09 +0200 Subject: [PATCH] Port over PR template from `master` Signed-off-by: David Mehren --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ad221c30c..3ecde818b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,6 +11,7 @@ This PR fixes/adds/improves/... - [ ] Added implementation - [ ] Added / updated tests - [ ] Added / updated documentation +- [ ] Added changelog snippet - [ ] I read the [contribution documentation](https://github.com/hedgedoc/hedgedoc/blob/develop/CONTRIBUTING.md) and made sure that: - My commits are signed-off to accept the DCO.