Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 1.48 KB

Contributing to Raspberry Pi Pico W LED Controller

How to Report a Bug

We use GitHub to host code, track issues and feature requests, and to accept pull requests. If you find think you have found a bug, please report it by opening a new issue. Please include as much detail as possible, and ideally some code to reproduce the problem.

How to Contribute Code

In order to contribute new or updated code, you must first create a GitHub account and fork the original repository to your own account. You can make changes, save them in your repository, then make a pull request against this repository. The pull request will appear in the repository where it can be assessed by the maintainers, and if appropriate, merged with the official repository.

Code Style

If you are contributing new or updated code please match the existing code style, particularly:

  • Use 4 spaces for indentation rather than tabs.
  • Braces are required for everything except single line if statements.
  • Opening braces should not be placed on a new line.

Licensing

Code in this repository is licensed under the MIT LICENSE.