We welcome and appreciate contributions from the community. Please take a moment to review this document to understand how you can contribute to the Compressy project.
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your changes:
git checkout -b feature/YourFeature
- Make your modifications and ensure to test them thoroughly.
- Commit your changes:
git commit -m 'Descriptive commit message'
- Push to the branch:
git push origin feature/YourFeature
- Open a Pull Request (PR) against the main repository's
main
branch.
- Code Style: Adhere to the coding style used in the project. Follow consistent formatting.
- Testing: Ensure your changes are tested thoroughly and provide any necessary test cases.
- Documentation: Update the README or other documentation if your changes impact user instructions.
For discussions, questions, or support, please use the GitHub Issues section. Please be respectful and open to feedback from other contributors.
PRs will be reviewed by project maintainers. Please be patient and open to feedback.
Expect feedback on your Pull Request. Be open to making necessary changes or improvements as requested by the maintainers.
All contributors will be credited in the project's acknowledgment section.