27 lines
1.5 KiB
Markdown
27 lines
1.5 KiB
Markdown
# Contributing
|
|
|
|
All contributions are assumed to be licensed under the same licence as the source, i.e. [CC BY-SA](http://creativecommons.org/licenses/by-sa/4.0/). This licence must remain in all derivatives of this work.
|
|
|
|
## Issues
|
|
|
|
If you find a mistake, bug or other problem, please [open an issue](https://github.com/mdegrazia/Pi-Photobooth) in this repository.
|
|
|
|
## Pull Requests
|
|
|
|
If you fix a mistake, bug or problem or have something to contribute, please create a pull request for each modification. Please consider grouping modifications sensibly, i.e. don't bundle typo fixes in the same pull request as code changes, instead file them separately.
|
|
|
|
Please note that sometimes things are done for pedagogical reasons so changes which make sense from a software engineering perspective (reducing duplication or making use of more advanced programming language features) may not be suitable to maintain the intended educational value.
|
|
|
|
## Derivatives
|
|
|
|
The licence must remain in all derivatives of this work.
|
|
|
|
## Licence
|
|
|
|
Unless otherwise specified, everything in this repository is covered by the following licence:
|
|
|
|
[](http://creativecommons.org/licenses/by-sa/4.0/)
|
|
|
|
***The All-Seeing Pi*** by the [Raspberry Pi Foundation](http://www.raspberrypi.org) is licenced under a [Creative Commons Attribution 4.0 International Licence](http://creativecommons.org/licenses/by-sa/4.0/).
|
|
|
|
Based on a work at https://github.com/raspberrypilearning/the-all-seeing-pi
|