From dfed02efee93121887f6a9c092dfc286654642c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Wed, 11 Jan 2023 11:22:53 +0100 Subject: [PATCH] docs: include `Semantic Pull Request` in contributing guide (#965) --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20a36e2a..e68e4e73 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,11 @@ If not using private browsing mode, you will need to uninstall the PWA applicati ## CI errors -Sometimes when you push your changes, the CI can fail, but we cannot check the logs to see what went wrong, run the following commands on your local environment: +Sometimes when you push your changes to create a new pull request (PR), the CI can fail, but we cannot check the logs to see what went wrong. + +If you are getting **Semantic Pull Request** error, please check the [Semantic Pull Request](https://www.conventionalcommits.org/en/v1.0.0/#summary) documentation. + +You can run the following commands on your local environment to fix CI errors: - `pnpm test:unit` to run unit tests, maybe you also need to update snapshots - `pnpm test:typecheck` to run TypeScript checks run on CI