Contributions are welcome! For bug reports or requests please submit an issue.
For new feature contribution, please follow the following instruction:
-
Fork the repo https://github.com/tranlyvu/cloud-computing-specialization.git to your own github
-
Clone from your own repo
$ git clone https://github.com/<your name>/cloud-computing-specialization.git
- Make sure you are at dev branch
$ git checkout dev && git pull
- Create your feature/bug-fix branch
$ git checkout -b <feature/bug>/<branch-name>
- Commit your changes
$ git commit -am 'Add some new feature'
- Push to the branch
$ git push
- Go to your own repo and create a new Pull Request against 'dev' branch =======
For bug reports or requests please submit an issue and briefly add the issue into the [release notes]
For new feature contribution, please follow the following instruction:
-
Fork the repo https://github.com/tranlyvu/cloud-computing-specialization.git to your own github
-
Clone from your own repo
$ git clone https://github.com/<your name>/cloud-computing-specialization.git
- Make sure you are at dev branch
$ git checkout dev && git pull
- Create your feature/bug-fix branch
$ git checkout -b <feature/bug>/<branch-name>
Do remember to add your name into the list of contributors if you have not done so before going to step 5.
- Commit your changes
$ git commit -am 'Add some new feature'
- Push to the branch
$ git push
-
Go to your own repo and create a new Pull Request against 'dev' branch
-
To sync your forked repo with my repo
$ git remote add upstream https://github.com/tranlyvu/cloud-computing-specialization.git
$ git checkout master
$ git merge upstream/master