How to contribute - CosmosTUe/Cosmos GitHub Wiki
Main points
- Branch from
staging. Send pull requests tostagingwhen done. - Merge to
masteronly from staging, only when agreed upon by the team to do so. - Name branches depending prefixed with the type of changes
eg. feature/newsletterseg. fix/newsletters-documentation
- Micro-commits are preferred. Sub-branches are also good.