Are you an algorithm enthusiast? Or did you just find a bug? It is not important when it comes to contribution, inzva is community driven. We'd love to have contribution from the community.
We use github to host code, to track issues and feature requests, as well as accept pull requests.
Our documents/codes came from different folks and pull requests are the best way to discuss changes to the repository. We actively welcome your pull requests:
- Fork the repo and create your branch from
master
. Branch name convention is [username]/[kebab-case-short-branch-name] - If you've added/changed TeX files, make sure it is suitable with our format.
- If you've added/changed code, make sure it is suitable according to our code style.
- Open your PR and don't forget to fill in the blanks in the PR opening screen.
- We'll assign a reviewer for the PR and you can discuss the changes afterwards.
- Congratulations! Your PR has been merged.
Report bugs/errors using Github's issues
We use GitHub issues to track bugs/errors. Report a bug by opening a new issue. Please, don't forget to state the issue well. Don't just open the issue with a title. And don't hesitate to propose a fix. Again, we'd love to have your contribution.
By contributing, you agree that your contributions will be licensed under its MIT License.
This document was adapted from here.