.. toctree:: :hidden: rfc/index
There are two mailing lists for pgRouting hosted on OSGeo mailing list server:
- User mailing list: https://lists.osgeo.org/mailman/listinfo/pgrouting-users
- Developer mailing list: https://lists.osgeo.org/mailman/listinfo/pgrouting-dev
For development and PSC related topics, please write to the developer mailing list.
Each repository has its own issue tracker provided by GitHub:
- pgRouting: https://github.com/pgRouting/pgrouting/issues
- Website: https://github.com/pgRouting/website/issues
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 [email protected] 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:
- 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.
- Use the same commands as above, but you'll substitute your username like this:
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 [email protected] and we will give you commit rights to the repository.
Translations of documentation and workshop are managed with Transifex: https://www.transifex.com/organization/pgrouting
If you want to help with translations, create an account and make a request to join the project on Transifex.
Find out more about how to contribute:
.. toctree:: :maxdepth: 1 docs/howto/contribute donate
pgRouting :doc:`RFC's <rfc/index>` describes a major change in the technological underpinnings of pgRouting, major additions to functionality, or changes in the direction of the project.
.. toctree:: :hidden: rfc/index
Due to members inactivity the project steering committee is currently not operating.
For Project Steering Committee guideline see :doc:`RFC 01 <rfc/rfc-01>`.