From 25f838ab9fc7f1d1fbd82abb1c79a34e5e5ee1cf Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:00:42 +0100 Subject: [PATCH] chore: add checklist to PR template (#1873) * chore: add checklist to PR template * remove line * add ! reminder * remove link reminder --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5b2bc44c99..817b9dbbe4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ -This is a **bug report/feature or change request/support request** +This is a **bug report/feature request/support request/change request** ## Problem diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 31c60f16d1..7ff010b7de 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,3 +19,8 @@ If this is a bug fix, please describe why the old behavior was problematic. - Resolves - Related to + +Contribution checklist: +- [ ] covered by unit tests; +- [ ] covered by e2e test; +- [ ] add `!` in title if breaks public API;