Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 794 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 794 Bytes

Contributing to nano-graphrag

Submit your Contribution through PR

To make a contribution, follow these steps:

  1. Fork and clone this repository
  2. If you modified the core code (./nano_graphrag), please add tests for it
  3. Include proper documentation / docstring or examples
  4. Ensure that all tests pass by running pytest
  5. Submit a pull request

For more details about pull requests, please read GitHub's guides.

Only add a dependency when we have to

nano-graphrag needs to be nano and light. If we want to add more features, we add them smartly. Don't introduce a huge dependency just for a simple function.