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