Skip to content

Commit 8f768bc

Browse files
committed
adding CLA pgp signing instructions
(It's hard to find the PGP command otherwise, and it's relevant to contributing in general)
1 parent de10f89 commit 8f768bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ This is a free and open source project and we welcome contributions.
66

77
First, make sure you have a [GitHub account](https://github.com/signup/free).
88

9+
## Contributor's License Agreements
10+
11+
If you're submitting changes to any Blockchain Commons codebases which run in production (not solely documentation), you'll need to upload a signed Contributor's License Agreement for that repository.
12+
13+
To sign a Contributor License Agreement, fill in the relevant fields (indicated like this in the plaintext: $field).
14+
15+
Then sign using GPG using the following command gpg --armor --clearsign --output ./CLA-signed/CLA.YOURGITHUBNAME.YOURGPGFINGERPRINT.asc CLA.md.
16+
17+
You can either submit your signed Contributor License Agreement to this repo as a GPG signed Pull Request or email it to [email protected].
18+
919
## Changes
1020
* Significant improvements should be documented as GitHub issues first.
1121
* Fork the repository.

0 commit comments

Comments
 (0)