There are two mailing lists for pgRouting hosted on OSGeo mailing list server:
For development and PSC related topics, please write to the developer mailing list.
Each repository has its own issue tracker provided by GitHub:
Please, use these issue trackers for bug reports, feature requests or similar issues.
pgRouting hosts its source code on Github: https://github.com/pgRouting
There you can find repositories for pgRouting library itself as well as source code of the project website, osm2pgrouting, the workshop and others.
pgRouting repositories are public, but write access is limited. Send an email to project@pgrouting.org if you want to make changes to the website our if you want to contribute to the project.
If you’re new to Git, find more information here:
To checkout the latest pgRouting Library code base:
git clone git://github.com/pgRouting/pgrouting.git pgrouting
If you plan to submit patches or changes, make a fork of the repository:
git clone git://github.com/<username>/pgrouting.git pgrouting
To checkout the latest pgRouting Website code base:
git clone git://github.com/pgRouting/website.git website
The pgRouting website is built with Sphinx. If you want to make changes to the website, contribute content or make corrections, feel free to fork the repository and submit pull requests. Or send an email to project@pgrouting.org and we will give you commit rights to the repository.
Find out more about how to contribute: