Frontend for I Am Human and Soulbound Tokens.
Master is our CI
branch for production (production dapp must use latest version of this branch), and develop
is our ongoing development branch. Workflow:
- Start a discussion in
NDC Technical WG
telegram (IAH UI sub-channel) or create an issue. - Create a feature branch based on the latest
develop
. - Make a Pull Request targeting
develop
. Ask for reviews. - Once you will get approvals, use the Merge Queue - Github automatic mechanism to merge and squash your branch into
develop
.
To update the production:
- Make a Pull Request from
develop
tomaster
.master
must be ONLY updated by merging develop → master.
- Use the Merge Queue - this time, it is configured to preserve commits (not squashing them).
- CI will automatically build new prod version.