Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 521 Bytes

File metadata and controls

15 lines (12 loc) · 521 Bytes

Contributing to wera-contracts

Branching

  • Default branch: develop
  • Create focused feature branches from develop.

Pull requests

  • Include what changed, why, and how it was tested.
  • Highlight storage/layout or access-control implications explicitly.
  • Ensure CI passes before merge.

Quality baseline

  • 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.