Welcome to create Pull Requests or open Issues for bugfix, doc, example, suggestion and anything.
master
↑
dev <--- PR(hotfix/typo/3rd-PR)
↑ PR
{domain}-feature-{date}
Atlas Branches
masterbranch 0.masteris the latest (pre-)release branch.devbranch 0.devis the stable developing branch. Github Release is used to publish a (pre-)release version tomasterbranch. 0. It's RECOMMENDED to commit hotfix (like typo) or feature PR todev.{domain}-feature-{date}branch 0. The branch for a developing iteration, e.g.core-feature-20170118is an atlas-core developing iteration which is done at 2017.01.18.{domain}consists ofcore,update,pluginandaapt. 0. DO NOT commit any PR to such a branch.
{module}-{action}-{shortName}
{module}, see commit log module{action}feature: checkout from{module}and merge to{module}later. If{module}not exists, merge todevbugfix: likefeature, for bugfix onlyhotfix: checkout frommasteror releasetag, merge tomasterand{module}later. If{module}not exists, merge todev
for example:
core-bugfix-memoryplugin-feature-redexupdate-hotfix-sequence
[{module}] {description}
{module}- Including: atlas-core, atlas-aapt, atlas-update, atlas-gradle-plugin, atlas-doc, atlas-website, atlas-demo, test, all
{description}- It's RECOMMENDED to close issue with syntax
close #66orfix #66, see the doc for more detail. It's useful for responding issues.
- It's RECOMMENDED to close issue with syntax
for example:
[all] close #66, add refreshing for memory[atlas-doc] fix #68, update some instruction[atlas-demo] remove abc
In order to contribute code to Atlas, you (or the legal entity you represent) must sign the Contributor License Agreement (CLA).
You can read and sign the Alibaba CLA online.
For CLA assistant service works properly, please make sure you have added email address that your commits linked to GitHub account.
Please read How to setting your Email address in Git and How to adding an email address to your GitHub Account.