Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.21 KB

Contributing.md

File metadata and controls

46 lines (29 loc) · 2.21 KB

How to Contribute

This project has a Code of Conduct. By interacting with this repository, organization, or community you agree to abide by its terms.

Thank you for your interest in contributing! We welcome contributions to our open-source repos. Please review the guidelines below.

Kinds of Contributions

Commercial UI Control Feedback

If you have suggestions or require support for any of our closed-source commercial UI control products, please see the Support document for how to submit support requests.

Documentation Improvements

As a customer of our products, you're perfect to help us improve our documentation. Feel free to correct typos/errors, improve descriptions, or add new examples.

Code Contributions

We welcome code contributions, but ask that you first create an issue for your suggestion or bug prior to creating a pull request. This allows us to discuss the change with you and in some cases, it may prevent unnecessary work.

Product Sample Updates

If you have ideas to improve an existing product sample or add a brand new one, please first create an issue to discuss the idea. Then we can talk about moving forward with a pull request.

Issue Guidelines

  • Only submit issues for feedback related to code in an open-source repo.
  • Search the issues tracker (include closed issues) beore opening a new issue.
  • Ensure that you are on the latest version.
  • Use a clear and descriptive title.
  • Provide a detailed extended description, including reproduction steps for bugs.

Pull Request Guidelines

  • Submit an issue for non-trivial changes first, which may prevent unncessary work.
  • Don't include unrelated changes.
  • Use code formatting and practices consistent with the existing code base.
  • Fully test before submitting code.
  • Provide a detailed description of the change and why it should be pulled.

Resources