1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/dugulao3-cody

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Contributing.md 1.9 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
changjinan Отправлено 25.05.2016 05:23 3367e75

Contributing

We are happy to accept your pull requests. If you do, make sure you clearly explain what and why you changed/added something so we can easily review it.

  • Sadly enough we have no tests yet, but they will be coming soon.
  • Make sure your code is linted and follow the general code style:
    • "" for strings
    • 2 whitespace indentation
    • named functions as much as possible
    • semi-colons!
    • name your captured this "self"

Guide to making a pull request can be found here:

A shortened version goes as follows:

I assume you have git command-line installed, if not install from here.

  1. Fork this repository by clicking the "Fork" in the upper corner of this page, or by visiting this link: https://github.com/jcoppieters/cody/fork

  2. Clone your forked repository (probably called linksgo2011/cody) on your local computer (guide to cloning)

$ git clone https://github.com/jcoppieters/cody.git
  1. Make a new branch with a name that conveys your change (e.g. "added-unicorns")
$ git checkout -b feature_branch_name
  1. Make the changes you want to make on the files of the local repository.

  2. Commit the changes. In your local repository do:

$ git add . -A
$ git commit -a -m "explain the changes you made. (e.g. I added unicorns)"
  1. Push the changes to your forked repository on github. In your local repository do:
$ git push -u origin feature_branch_name
  1. Submit a Pull Request by going to your repository on github and clicking the green arrows at the left top, or by visiting this link: https://github.com/jcoppieters/cody/compare/. Choose your new branch to pull to the jcoppieters/master branch.

I hope this helps to get you started, if you got any question/problem along the way just shoot!

All the best.

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/dugulao3-cody.git
git@api.gitlife.ru:oschina-mirror/dugulao3-cody.git
oschina-mirror
dugulao3-cody
dugulao3-cody
master