Thank you for contributing to the KoviD project! Please follow these simple steps to ensure your contributions are reviewed and merged smoothly:
-
Create a Pull Request
- Branch off from the
master
branch. - Before submitting, ensure you run
clang-format
to format your code correctly.
- Branch off from the
-
Pass CI/CD Checks
- Ensure all GitHub workflow steps pass, including tests.
-
Find a Reviewer
- Request a review from a project maintainer or an appropriate reviewer.
- Wait for the Pull Request to be accepted.
-
Merge Your Changes
- Once approved, we will merge your Pull Request into the
master
branch.
- Once approved, we will merge your Pull Request into the
We appreciate your contributions and efforts to improve the project!