Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 1.2 KB

Contributing

Hey, thanks for your interest in contributing to this library! We welcome any type of pull request, issues and comments! 😀

For pull requests, make sure you:

  • Add tests for new features and bug fixes
  • Follow the existing style (always use braces, 4 space indent)
  • Separate unrelated changes into multiple pull requests

If you are interested in working on something but don't know what, see the existing issues with label "help wanted".

For bigger changes, make sure you start a discussion first by creating an issue and explaining the intended change.

The sourcespy dashboard provides a high level overview of the repository including class diagram, module dependencies, module hierarchy, external libraries, and other components of the system.

Releasing

Releases are done from the "release" workflow on GitHub Actions.