This page addresses the guidelines for the following actions below:
- How to clone the repository on your local machine
- How to make a good Pull Request (PR)
- How to post an issue in the issue tracker
Please use the following commands to clone the examples repository on your local machine:
Start by forking the repository
git clone https://github.com/<your username>/opc-ua-gaugereader-acap.git
git switch -c <branch name>
See more details in LINT.md.
git commit -a -m 'Follow the conventional commit messages style to write this message'
git push origin <branch name>
Please consider the following guidelines before making a Pull Request:
- Make sure that the sample code builds perfectly fine on your local system.
- Follow the conventional commits message style in the commit messages.
- The PR will have to meet the sample code examples standard already available in the repository.
- Explanatory comments related to code functions are required. Please write code comments for a better understanding of the code for other developers.
Please supply the following information in the issue:
- Axis Camera model (e.g., Q1656) used when running the examples
- Firmware version installed on the camera
- Error(s) showed during building or running the example