Thank you for considering contributing to stega-toolkit! We appreciate your interest in helping make this project better.
There are several ways you can contribute to this project:
-
Reporting Bugs: If you encounter a bug while using stega-toolkit, please open an issue on our GitHub repository, providing as much detail as possible, including steps to reproduce the bug.
-
Suggesting Enhancements: If you have ideas for enhancements or new features, please open an issue on our GitHub repository to discuss them.
-
Submitting Pull Requests (PRs): We welcome pull requests for bug fixes, enhancements, or new features. Please make sure your PR follows our guidelines outlined below.
Before submitting a pull request, please make sure you follow these guidelines:
- Fork the repository and create your branch from
main
. - If you've added code that should be tested, add tests.
- Ensure your code follows the project's coding standards and conventions.
- Update the documentation as needed.
- Make sure your commits are descriptive and clearly explain the changes you've made.
- Ensure your pull request passes all automated checks and tests.
- If your PR addresses an existing issue, please reference it in the PR description using the syntax
Fixes #<issue-number>
.
We expect all contributors to adhere to our Code of Conduct. Please make sure you read and understand it before contributing.
If you have any questions or need further clarification, feel free to reach out to us by opening an issue on our GitHub repository or contacting the project maintainers directly.
Thank you for your contributions!
Kuda