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