Thank you for your interest in contributing to Kendo UI!
You can contribute by:
- Submitting bug-fixes.
- Proposing changes in the documentation or updates to existing code.
- Adding features or missing functionality.
To submit a pull request:
-
If this is your first contribution to Kendo UI, read and sign the Kendo UI Contribution License Agreement (CLA). The CLA confirms that you acknowledge the legal aspects of your contributions.
-
Fork the repo
-
Make changes in a git branch, dedicated to the issue you are fixing:
git checkout -b my-fix-branch develop
-
Add your contribution, following the coding guidelines and commit message guidelines.
-
Address any feedback to the Pull Request until the PR is approved.
-
Rebase your PR onto the latest changes from the
develop
branch.