Skip to content

Latest commit

History

History
executable file
37 lines (22 loc) 路 1.84 KB

CONTRIBUTING.md

File metadata and controls

executable file
37 lines (22 loc) 路 1.84 KB

Contributing

馃帀馃 First off, thanks for taking the time to contribute! 馃帀馃

Contributions are always welcome, no matter how small.

The following is a small set of guidelines for how to contribute to the project

Where to start

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating you are expected to adhere to these expectations. Please report unacceptable behaviour to contact@neurosity.co.

Contributing on Github

If you're new to Git and want to learn how to fork this repo, make your own additions, and include those additions in the master version of this project, check out this great tutorial.

Community

This project is maintained by Neurosity. Join the Neurosity Discord Chat, where discussions about the Neurosity SDK take place.

How can I contribute?

This is currently a small, humble project so our contribution process is rather casual. If there's a feature you'd be interested in building, go ahead! Let us know on the Neurosity Discord or open an issue so others can follow along and we'll support you as much as we can. When you're finished submit a pull request to the master branch referencing the specific issue you addressed.

If you find a bug, or have a suggestion on how to improve the project, please fill out a Github issue.

Steps to Contribute

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Make changes
  4. Commit your changes: git commit -m 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request!