mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
Add FAQ Page about CLA
This commit is contained in:
parent
c4eac976ac
commit
5387970daf
1 changed files with 22 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
layout: faq
|
||||
status: publish
|
||||
published: true
|
||||
title: What is a CLA - and who has to sign it?
|
||||
tags: []
|
||||
|
||||
---
|
||||
|
||||
If you want to contribute code (or anything else that might be subject to copyright) to our repository we ask you to sign a Contributor License Agreement (CLA), like many other open source projects.
|
||||
By signing it, you explicitely allow us to use your contribution - the purpose of this process is to have agreed terms for that, and to avoid any misunderstandings.
|
||||
|
||||
Signing the CLA is pretty straightforward and does not involve any paperwork - we're using [CLA Assistant](https://cla-assistant.io/) for it, which means that you can simply sign with few clicks right out of GitHub.
|
||||
|
||||
1. As soon as you create a pull request to be merged into our [greenshot](https://github.com/greenshot/greenshot) repository (or add a commit to an existing pull request), a comment will ask you to sign the CLA.
|
||||
2. Click the link, carefully read the document and then sign it by clicking the button.
|
||||
3. That's it.
|
||||
|
||||
CLA Assistant will not ask you again to sign the CLA unless we apply changes to the agreement.
|
||||
|
||||
If you want to learn more about license agreements, you might want to have a look at [contributoragreements.org](http://contributoragreements.org/). The website also offers a license agreement chooser, which we have used to generate [Greenshot's Contributor License Agreement](https://cla-assistant.io/greenshot/greenshot).
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue