How to Contribute¶
Code Snippets¶
To share your code snippets with the community Github’s Gist is a useful tool.
How to contribute snippets?
Make sure you snippet has all the pgRouting snippet header included and filled out
-- -- TITLE: -- DESCRIPTION: -- USE CASES: -- EXAMPLE(S): -- LICENSE: -- AUTHOR: -- EMAIL: --
Post your snippet to Gist: https://gist.github.com
Add a link to the pgRouting Wiki.
Create a ticket on the pgRouting issue tracker and add the label
Snippet
.Post an email to pgrouting-users@lists.osgeo.org with links to your Gist and some explanation.
Get Involved¶
Note
This section is incomplete.
Getting Started for developers in the pgRouting Wiki
How to debug for developers in the pgRouting Wiki
…
Fork pgRouting on Github¶
If you plan to submit patches or changes, make a fork of the repository:
Make sure you’ve got a Github account and that you’re logged in. Go to: https://github.com/pgRouting/pgrouting, click the fork
button. Now you should have your own version of the repository.
git clone git://github.com/<username>/pgrouting.git pgrouting
If you’re new to Git, find more information here: