For contributing to this repository, please first submit an issue via an issue. All the related PRs should refer to this issue.
- Create an issue.
- Fork the ansible-risk-insight repository to your own github account and clone it locally.
- Apply your changes to the local codes.
- Update the README.md and some other documents if needed, especially if you change any interface such as CLI parameters, environment variables and data models.
- Write your commit message to describe your changes concisely.
- Submit a pull request with your sign-off signature like
Signed-off-by: XXXX [email protected]
- Ensure that CI passes, if it fails, fix the failures.
- Every pull request requires a review before merging.
- If your pull request consists of more than one commit, your commits will be squashed when the PR is merged.