From b0ab43d19d2b7ef49f468bcc1d0291b50181891b Mon Sep 17 00:00:00 2001 From: Philly Cai Date: Sun, 29 Jun 2025 06:33:55 +0800 Subject: [PATCH] docs: add local development setup guidelines (#9210) --- docs/contribute.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contribute.md b/docs/contribute.md index 0b4e5d1b..7fa1a1a8 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -17,6 +17,10 @@ The `dev` branch is the main branch of the repository, and it is the default bra The `stable` branch may have hotfixes directly from the `stable` branch, and the `twilight` branch may have feature branches branched off from the `twilight` branch. This is done so that we can apply hotfixes like security patches directly to the `stable` branch without having to merge the changes from the `twilight` branch. +# Local Development Setup + +Before you set up your local development environment, **read our [Building Guidelines](https://docs.zen-browser.app/guides/building)**. Skipping them can lead to avoidable build errors. + # Code Of Conduct Please read our [Code of Conduct](../CODE_OF_CONDUCT.md) before contributing.