From d3619adddf6081adc7f01fb28d9728043169683d Mon Sep 17 00:00:00 2001 From: Lais Portugal <144259784+laisspportugal@users.noreply.github.com> Date: Thu, 2 May 2024 16:10:21 +0100 Subject: [PATCH] Edit pull request template (#22) **User-Facing Changes** There is no user-facing changes **Description** Adding a checklist to remind the developer about the checks that we agreed to perform before merging a PR. --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 78ccd6d900..10bff5a8ec 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,3 +7,10 @@ + +**Checklist** + +- [ ] The web version was tested and it is running ok +- [ ] The desktop version was tested and it is running ok +- [ ] I've updated/created the storybook file(s) +- [ ] The release version was updated on package.json files