Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 588 Bytes

File metadata and controls

19 lines (14 loc) · 588 Bytes

Contributing to RemoteBrick

Thank you for wanting to help! ❤️

How to contribute

  1. Fork the repository
  2. Create a branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -m 'Add: something awesome')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a Pull Request

What we especially need right now

  • More examples & tutorials
  • Bug fixes & additional sensor modes
  • macOS / Linux support (Native)

Please follow Java 21 style and add Javadoc where possible.

Every contribution – big or small – is very welcome!