Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 838 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 838 Bytes

Contributing

We are accepting contributions.

For general contribution and community guidelines, please see the community repo.

Development

We recommend to use Python +3.12 and PyCharm IDE for development.

Install the requirements:

pip install -r requirements.txt

Testing

We are currently don't have tests, once it will be ready, it will be updated.

Releases

Maintainers only should create releases. Follow these steps to prepare for a release:

Pre-requisites

  • Review recent commits and ensure the changelog includes all relevant changes, with references to GitHub issues or PRs when applicable.
  • Verify that any updated dependencies are accurately reflected in the NOTICES.
  • Confirm that the required documentation is complete and has been approved.