We want to make contributing to this project as easy and transparent as possible.
We'll use GitHub to track issues and feature requests, as well as accept pull requests.
We actively welcome your pull requests.
- Fork it!
- Make a local clone:
git clone https://github.com/{YOUR_USERNAME}/nothing-private.git
- Switch to the directory:
cd nothing-private
- Create your new branch:
git checkout -b feature name
- Make necessary changes to the source code
- Add changes to git index by using
git add --all .
- Commit your changes:
git commit -am 'Added new feature'
- Push to the branch:
git push
- Submit a new pull request 😄
We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give sample code if you can.
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
By contributing to Nothing Private, you agree that your contributions will be licensed under its GPL license.