From 5c32ec776941a2288af31cf89d02bb349bcb9e5e Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Mon, 22 May 2023 16:15:36 +0200 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Max Peintner --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a7eca08e80..88f243c4868 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ Please consider the following guidelines when creating a pull request. - The latest changes are always in `main`, so please make your pull request against that branch. - pull requests should be raised for any change -- üull requests need approval of a ZITADEL core engineer @zitadel/engineers before merging +- Pull requests need approval of a ZITADEL core engineer @zitadel/engineers before merging - We use ESLint/Prettier for linting/formatting, so please run `pnpm lint:fix` before committing to make resolving conflicts easier (VSCode users, check out [this ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and [this Prettier extension](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) to fix lint and formatting issues in development) - If you add new functionality, please provide the corresponding documentation as well and make it part of the pull request