Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.35 KB

Contributing to the Kendo UI Themes

Thank you for your interest in contributing to Kendo UI!

Ways to Contribute

You can contribute by:

  • Submitting bug-fixes.
  • Proposing changes in the documentation or updates to existing code.
  • Adding features or missing functionality.

Steps to Contribute

To submit a pull request:

  1. 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.

  2. Fork the repo

  3. Make changes in a git branch, dedicated to the issue you are fixing:

    git checkout -b my-fix-branch develop
  4. Add your contribution, following the coding guidelines and commit message guidelines.

  5. Submit a Pull Request.

  6. Address any feedback to the Pull Request until the PR is approved.

  7. Rebase your PR onto the latest changes from the develop branch.