From 1e71a961555355d6e778fcaa3d895d7d0fe07194 Mon Sep 17 00:00:00 2001 From: Milena Czierlinski <146972016+Milena-Czierlinski@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:17:52 +0100 Subject: [PATCH] Extend PR readiness checklist by self-review checkbox (#331) * feat: add self-review checkbox to readiness checklist * feat: add commented out Description --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3c3d0625d..caac36d64 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,3 +3,6 @@ - [ ] I added/updated tests. - [ ] I ensured that the PR title is good enough for the changelog. - [ ] I labeled the PR. +- [ ] I self-reviewed the PR. + +