Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 644 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 644 Bytes

Contribute to graphedexcel

Feel free to contribute by opening an issue or a pull request.

You can help with the following, that I have thought of so far:

  • Add more tests
  • Improve the code
  • Add more features
  • Improve the visualization and the ease of configuration
  • Add graph analysis to localize bottle necks
  • Add a way to determine computational complexity ie "what could slow calculations down?"-guesses
  • Add more examples
  • Add more documentation

Code Contributions

  • Must pass all tests
  • Must be covered by passing tests
  • Cannot decrease the test coverage
  • Must be properly documented
  • Must follow the PEP8 style guide