Thank you for your interest to contribute to SmartScanner Core! We want to make contributing to this project as easy as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
We use Gitflow as our Git workflow, and all code changes happen through pull requests. Your pull requests to the codebase are very much welcome:
- Fork the repo and create your branch from
develop
. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Open that pull request!
We use GitHub issues to track bugs. Report a bug by opening a new issue.
Write bug reports with detail, background, and sample code. An issue template is provided when opening a new issue, make sure to provide all the requested information to make it easier to address the issue.
By contributing, you agree that your contributions will be licensed under its Apache-2.0 License.