Create CONTRIBUTING.md

This commit is contained in:
Dima
2021-02-19 10:46:13 -05:00
committed by GitHub
parent 87e8a5d549
commit ba72480837
+17
View File
@@ -0,0 +1,17 @@
## Contributing to Shuffle
First off, thank you for contributing to [Shuffle](https://shuffler.io/)! Your talents and your contributions are greatly appreciated.
### Opening a new issue
If you find a bug or think of an improvement or fix, please open a [new issue](https://github.com/frikky/Shuffle/issues/new). Outline every step necessary to reproduce the bug. Include screenshots and code examples where applicable. The more thorough you are, the better.
### Working on an issue
**Shuffle** uses the [GitHub flow](https://guides.github.com/introduction/flow/index.html). All project changes are made through pull requests.
If you see an issue that you would like to work on, be sure to leave a quick comment asking if the issue is free to be worked on.
### License
All contributions are made under the **GNU Affero General Public License v3.0**. [See the license page](https://github.com/frikky/Shuffle/blob/master/LICENSE) for further details.