From d1726c6ccc528b7eaa2006c8feb9dd659fb986f3 Mon Sep 17 00:00:00 2001 From: Bartosz Date: Thu, 11 Aug 2022 16:17:53 +0200 Subject: [PATCH] [MOS-000] Update PR template Updated PR template to have reminder about changelog entry --- .github/pull_request_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fa26597e3417856f0e2415a1c41e7ff248b3c0a6..3f9dc1118da84f4da59366e4fa01e15eb4373954 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ -**Description** - **Your checklist for this pull request** @@ -7,7 +5,8 @@ Make sure that this PR: - [ ] Complies with our guidelines for contributions -- [ ] Has unit tests if possible. +- [ ] Has unit tests if possible - [ ] Has documentation updated +- [ ] Has changelog entry added