18 lines
956 B
Markdown
18 lines
956 B
Markdown
## 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.
|