Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 421 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 421 Bytes

Contributing to Web Bluetooth Manual Tests

Contributions to this project are welcome. Please read the README.md file to make sure your test fits within the goal of this project.

Source should be clean and well formatted. This can be done automatically with clang-format:

clang-format -i *.js

Ensure that all source files contain the appropriate Apache 2.0 copyright comment block at the top of the file.