Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 899 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 899 Bytes

Contributing to Ubiquity Demos

First off, thank you to intend to contribute, and to take time to do. 👍

The following is a set of guidelines for contributing to Ubiquity Demos project.

How Can I Contribute?

Reporting Bugs

  • Make sure to report only a bug relative to the demo code.

Creating a new Demo relative to a feature

  • Check in the main Readme file that the feature is not already implemented in a Demo project.
  • Each demo project must only concern one feature, or a coherent group of features.
  • Write your code respecting coding guide.
  • Open a new GitHub pull request with your demo.

Writing a patch that fixes a bug

  • Open a new GitHub pull request with the patch
  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable