- Default branch:
develop - Create focused feature branches from
develop.
- Include what changed, why, and how it was tested.
- Highlight storage/layout or access-control implications explicitly.
- Ensure CI passes before merge.
- Keep contract docs and examples consistent with implementation.
- Do not commit private keys, mnemonics, RPC secrets, or local wallet files.
- Prefer additive, auditable changes over broad refactors.