#Contributing
##Table of Contents
##Reporting a bug
- Look for any related issues here.
- If you find an issue that seems related, please comment there instead of creating a new issue. If it is determined to be a unique bug, we will let you know that a new issue can be created.
- If you find no related issue, create a new issue by clicking here. If we find an issue that's related, we will reference it and close your issue, showing you where to follow the bug.
- Tell us important details like what operating system you are using.
- Include any errors that may be displayed.
- Update us if you have any new info, or if the problem resolves itself!
##The 5 magic steps
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :)
##License
Quack is distributed under the GNU General Public License, version 3, available in this repository. All contributions are assumed to be also licensed under the GPLv3.