1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 20:39:59 +02:00

docs: add local development setup guidelines (#9210)

This commit is contained in:
Philly Cai 2025-06-29 06:33:55 +08:00 committed by GitHub
parent 60820e413d
commit b0ab43d19d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. 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 # Code Of Conduct
Please read our [Code of Conduct](../CODE_OF_CONDUCT.md) before contributing. Please read our [Code of Conduct](../CODE_OF_CONDUCT.md) before contributing.