Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.38 KB

File metadata and controls

30 lines (21 loc) · 1.38 KB

commitground.org

Join the chat at https://gitter.im/commitground/commitground.org Build Status

Commitground webpage repository

Branch history

Current

History

How to contribute

We may change our web page continuously with some minor changes and also the major changes. So here's the branch policy.

  1. When you make a new major change, please make a new branch. You can name the branch as anything you want.
  2. Please make a [new issue] with "Change branch"
  3. If your suggestion is accepted, gh-pages branch will designate the new branch. Following commands will be executed by CI tool or organization member. Keep in mind that gh-pages exists only to designate the current page branch.
git branch -D gh-pages
git checkout -b gh-pages origin/[your-branch]
git push origin gh-pages --force
  1. Minor changes to the branch will be automatically integrated into the gh-pages branch by Travis CI.

Built with Jekyll

Followed Jekyll's quick start guide