From 7d398b3b07757cedbd85eb8fb224f79d4465f2cb Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Wed, 7 Jul 2021 12:52:10 +0200 Subject: [PATCH] docs(pr-template): add checklist (#5591) --- .github/PULL_REQUEST_TEMPLATE.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0984bbf1..e853c2ff 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,8 @@ +**Checklist** + +Please add a `x` inside each checkbox: + +- [ ] I have read the [contribution guidelines](../CONTRIBUTING.md). +- [ ] Code is formatted via running `yarn format`. +- [ ] Tests are passing via running `yarn test`. +- [ ] The status checks are successful (continuous integration). Those can be seen below. + **A picture of a cute animal (not mandatory but encouraged)**