Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1016 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 1016 Bytes

How to contribute to this workshop demo

Did you find a bug?

  • Fill in new GitHub issue.

  • Ensure the bug was not already reported.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Did you write a patch for existing bug or issue?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number.

  • Before submitting, make sure both lint and tests are passing.

  • In case you added a new functionality, always add a new test. This does not apply for visual changes (cosmetic changes, typos, updates in styles).