Skip to content

Contribution and Development Guide

nimbosa edited this page Jan 7, 2019 · 1 revision

Starting with Electrum-ZCL version 1.0.7 (Z!1.0.7), we are building on top of upstream Electrum 3.1.1, and we are adopting a simplified Git Flow workflow.

Single followup commits may go directly to develop branch, feature- or fix- branches may be necessary for larger changes over multiple commits with different developers. (REFERENCE: simplifiedGitFlow.md)

ALL development should branch off from develop and be merged back there before making it back to master for deployment with proper release- tags. If any hotfix is needed, it will branch off from master and once tested ready for production will be merged back to both master and develop branches with hotfix- tags.

Ongoing development on Shielded Transactions and necessary tests for them is slated for a future Electrum-ZCL 1.1 release.

Participation in the Zclassic project is subject to a Code of Conduct.

Clone this wiki locally