From c60b0e581d6f42028c11166c83dde4b860c684fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 20 Oct 2021 12:46:50 +0200 Subject: [PATCH] Add commands linting and test for contributing --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 48a25a950..a65807930 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,21 @@ We are happy if you fork our repository, but we don't recommend it for developme Clone this repository locally as [described above](#clone-the-repository), create your branch named `-`, add your code and push your branch to this repository. Then create a PR by comparing it to our `master`. +Please run the following commands before you push: + +```bash +# in folder backend/ +$ yarn lint --fix +$ yarn test +``` + +```bash +# in folder webapp/ +$ yarn lint --fix +$ yarn locales --fix +$ yarn test +``` + Check out our [contribution guideline](./CONTRIBUTING.md), too! ### Developer Chat