Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

43 lines (33 loc) · 1.37 KB

Contributing to Nothing Private

We want to make contributing to this project as easy and transparent as possible.

Our Development Process

We'll use GitHub to track issues and feature requests, as well as accept pull requests.

Pull Requests

We actively welcome your pull requests.

  1. Fork it!
  2. Make a local clone:
git clone https://github.com/{YOUR_USERNAME}/nothing-private.git
  1. Switch to the directory: cd nothing-private
  2. Create your new branch: git checkout -b feature name
  3. Make necessary changes to the source code
  4. Add changes to git index by using git add --all .
  5. Commit your changes: git commit -am 'Added new feature'
  6. Push to the branch: git push
  7. Submit a new pull request 😄

Issues

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)

License

By contributing to Nothing Private, you agree that your contributions will be licensed under its GPL license.