-
Notifications
You must be signed in to change notification settings - Fork 240
Home
Miao ZhiCheng edited this page Sep 28, 2020
·
23 revisions
This is the dedicated space to for developers about development process of the project.
For technical document, references and tutorials, etc, please refer to the docs site.
- Master branch is protected, and only pull request with reviewers and CI passing can be merged.
- Master branch only allows linear history, with rebase only and merging is not allowed.
- One should create new branch for new feature development and bug fixes, and they should always have a issue number in their name:
FEATURE-10-token-downgrade
orBUG-11-fix-amount-leakage
. - All PR branches will be automatically deleted after the PR is accepted.
TODO.
- Governance Overview
- For Contributors
- Development Process
- Protocol EVMv1 Operations
- Protocol EVMv1 Technical Notes
- Protocol EVMv1 Core Subgraph