# Contributing :tada::clinking_glasses: First off, thanks for taking the time to contribute! :tada::clinking_glasses: 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](CODE_OF_CONDUCT.md). By participating you are expected to adhere to these expectations. Please report unacceptable behaviour to [contact@neurosity.co](mailto: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](http://blog.davidecoppola.com/2016/11/howto-contribute-to-open-source-project-on-github/). ### Community This project is maintained by [Neurosity](https://neurosity.co). Join the [Neurosity Discord Chat](https://discord.gg/E4dvX6g), 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](https://discord.gg/E4dvX6g) or [open an issue](../../issues) 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](../../issues). ### 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!