🎉🥂 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
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 [email protected].
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.
This project is maintained by Neurosity. Join the Neurosity Discord Chat, where discussions about Neurosity and Notion take place.
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.
- Fork it!
- Branch off of
development
:git checkout development
- Create your feature branch:
git checkout -b my-new-feature
- Make changes
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request. Make sure it is based off of the
development
branch when submitting! :D