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.
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.
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
Clone your forked repository (probably called linksgo2011/cody) on your local computer (guide to cloning)
$ git clone https://github.com/jcoppieters/cody.git
$ git checkout -b feature_branch_name
Make the changes you want to make on the files of the local repository.
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)"
$ git push -u origin feature_branch_name
I hope this helps to get you started, if you got any question/problem along the way just shoot!
All the best.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )