From 0be508a89be05f7cf9920d529d2d99d451bec0f9 Mon Sep 17 00:00:00 2001 From: Alicia Zangger Date: Wed, 11 Nov 2020 10:35:45 +0100 Subject: [PATCH] git: update PR template * Adds a check box about Cypress test in PR template. Co-Authored-by: Alicia Zangger --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5af0505f68..a868d0a09d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,3 +22,4 @@ My PR depends on the following `rero-ils-ui`'s PR(s): - [ ] Functions names. - [ ] Functions docstrings. - [ ] Unnecessary commited files? +- [ ] Cypress tests successful?