-
Notifications
You must be signed in to change notification settings - Fork 234
Contributing
Chris Pettitt edited this page Aug 31, 2014
·
1 revision
We welcome contributions under the MIT license! Here are a few ways you can help:
- Bug reports
- Bug fixes
- More test cases
- Documentation improvements
- New features for the core Graph API or algorithms
If your change involves change to the core Graph API, we recommend discussing the idea via a GitHub issue first.
Before submitting a pull request, please run make
in the root of the project. This will run the unit tests and will also ensure that the code style is consistent with the project.