Have you found an issue or have a question? Here you find different ways to contribute to this repository.
To make a contribution, you need to fork the repository. Forking a repository means you create a copy of it in your GitHub account. A fork is necessary because by default repositories only grant you read access, but your fork gives you write access to make your changes. The fork lets you suggest changes by opening Pull Requests (PRs) from your fork to the "upstream" Axis repository.
Before opening a PR, make sure to follow these guidelines
- The sample code builds perfectly fine on your local system.
- The update follows the example guidelines.
- All linters pass.
- Follow the conventional commits message style in the commit messages.
In the Issues tab, click New issue and choose an issue type
and follow the instructions.