Currently, we don't have any guidelines for contributing to our repository. Few things that are worth clarifying:
- Commit message guidelines.
- Branch name guidelines.
- Commit segregation based on features added. One clear commit per feature/bug etc.
- Guidelines to avoid large PRs
- AI assisted information somewhere in commit message, if we have used AI to help us with a bug fix. For example
Assisted by Claude or Co-authored by ....
- Chain of sign-offs if needed.
reference:
- https://github.com/kubernetes/community/blob/main/contributors/guide/contributing.md
- https://docs.kernel.org/process/submitting-patches.html
Currently, we don't have any guidelines for contributing to our repository. Few things that are worth clarifying:
Assisted by ClaudeorCo-authored by ....reference: