From 981c83a1ad6963bc83baf29eb7cf8ab5386bfddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20R?= Date: Thu, 24 Jun 2021 10:22:34 +0200 Subject: [PATCH] [skip ci]Update PR_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d12c562c2a..86fe1f3749 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,7 +36,7 @@ e.g. "Ref: cucumber/docs/pull/#99" Your PR is ready for review once the following checklist is complete. You can also add some checks if you want to. -- [ ] Tests for any changes to behaviour of the code +- [ ] Tests have been added for any changes to behaviour of the code - [ ] New and existing tests are passing locally and on CI - [ ] `bundle exec rubocop` reports no offenses - [ ] RDoc comments have been updated