Updated Code contribution rules (markdown)

sommermoregentraum 2024-01-11 11:52:01 +08:00
parent 923482f71d
commit 500cc2d8ca

@ -18,3 +18,12 @@ It's important for everyone, be it contributors or reviewers, to have a clear co
* PRs should be up to date with 'next'
* Each new functionality should have it's own PR, don't put too much files/commits into a single PR. When it's too much commits, one can make a new branch and report only the modified files in a single commit, to make the review easier
* Merging of any PR is up to the maintainers good will
# which license of code is safe to use
- MIT: It's safe to copy MIT license, as long as you keep original copyright info.
- MPL: It's safe to copy MPL license, as long as you follow Mozilla's agreement.
- GNU: This project is under GPL which means it's safe to use GPL code here as long as you open source your the distro under GPL license.
- The Unlicensed: safe to use.
- BSD: safe to use.
- WTFPL: Safe to use.
- CC0: safe to use.