Contributing¶
Thank you for your interest in contributing to Fujitsu One Compression (OneComp)!
Development Setup¶
-
Fork and clone the repository:
-
Install development dependencies:
Code Style¶
The codebase uses black for code formatting with a line length of 99 characters.
Running Tests¶
Linting¶
Building Documentation¶
Submitting Changes¶
- Create a feature branch from
main - Make your changes with clear commit messages
- Ensure all tests pass and code is formatted
- Open a pull request with a description of your changes