How to Contribute
-----------------

NetworkX is an open source project and we are glad to have
contributions of code, documentation, examples, bug reports, and fixes or any
other suggestions for improvements or features.


Bug Tracking and Feature Requests
---------------------------------

Use the Trac ticket_ system to report a bug, or request a feature.
Because of ongoing spam problems you will need to register_ first.
After you register and sign in, create a ticket by clicking on
the "New Ticket" tab.   

Source code
-----------

 - Subversion repository: https://networkx.lanl.gov/browser/networkx/trunk
 - Timeline: https://networkx.lanl.gov/timeline 

To access the repository using subversion_, you will need a subversion client 
(e.g. svn for Linux).  Then check out the code using

::

  svn co https://networkx.lanl.gov/svn/networkx/trunk networkx


Send email to hagberg@lanl.gov with patches or requests for 
source code repository write access.


.. _subversion: http://subversion.tigris.org
.. _ticket: https://networkx.lanl.gov/newticket ticket
.. _register: https://networkx.lanl.gov/register

