Skip to content
Bakaniko edited this page Aug 24, 2017 · 8 revisions

Links to IRC logs

http://irclogs.geoapt.com/osgeolive/%23osgeolive.2017-08-23.log

Example

pgRouting

https://github.com/pgRouting/pgrouting/blob/master/CONTRIBUTING.md

Notes

Contributing

Ressources / Help

Contribution statement

Before sending your contributions, please subscribe to the mailing list

Then send a short presentation to the mailing list with those lines:

" I'd like to contribute to OSGeo-Live. I confirm that my contributions to OSGeo-Live will be compatible with the OSGeo-Live license guidelines at the time of contribution"

Learning about git

Git can be difficult if you are not used to it. To get some taste of the git / github workflow, please read the Happy Git and GitHub for the useR book.

It is a 2 hours read and explain really well how to install, configure and use git and how to work with the github workflow. The subject is R (a little) but it is the same workflow OpenSource projects use.

Clone

Get a local copy

Create a new branch

Push to origin

Make a Pull Request (PR)

Clone this wiki locally