Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onboarding new persons #87

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added suggestions from Sami
OliverFendt committed Feb 16, 2020
commit 7d213ad1f409d66dc19da9de9dfc991bbebcc30a
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -29,4 +29,11 @@ We have defined only very few rules how your commits shall look like and how the
* To resolve conflicts, rebase pull request branches onto their target branch
* please make sure that your contributions are [REUSE](https://reuse.software/) conformant

For reuse conformance please provide the following information in every new file you intend to contribute:
```
# SPDX-FileCopyrightText: 2020 name of Copright owner
# SPDX-License-Identifier: License you have chosen
```
In case you contribute binaries, like pictures etc., check for the reuse best practice for binaries.

If you want to learn more the git project provides very good documentation about [how to submit patches](https://github.com/git/git/blob/master/Documentation/SubmittingPatches)
2 changes: 1 addition & 1 deletion Charter.md
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ If you object you must support your objection and provide an alternative course
## License policy
We follow a simple and clear approach in regard to licensing. All artifacts which are documentation are per default licensed under CC-BY-SA-4.0, we also accept contributions under CC0-1.0

All artifacts which are code (including tests) are licensed under MIT.
All artifacts which are code (including tests) are licensed under MIT or under its original license (for already existing code that shall be contributed).


## Attribution