From be287b7962f70df5863e94d42ab8d64f5035d9f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Colladon?= Date: Wed, 10 May 2023 22:02:56 +0200 Subject: [PATCH] ci: add E2E checkbox --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cd1fd32e..af4a43ef 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,7 +21,8 @@ Thanks for sending a pull request! Please make sure to have a look to the contri closes # -- [ ] Jest test added to check the fix is applied. +- [ ] Jest tests added to cover the fix. +- [ ] E2E tests added to cover the fix. # Any particular element that can be tested locally