-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linkify official contributions guide, add language on the command to …
…use to sign off commits. Signed-off-by: Mathias Meyer <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Contributing | ||
|
||
We're thrilled that you want to contribute to the Reaction Component Library! | ||
|
||
Before submitting your first contribution, please consult the [official guide on contributing to the Reaction code base] first. The sections below are currently specific to the Reaction Component Library and should be considered in addition to the official guide. | ||
|
||
# Signing your Commits | ||
|
||
Contributing to the Reaction Component Library requires signing your work by way of signed Git commits. | ||
|
@@ -10,6 +14,12 @@ As a contributor, we want to make sure that you understand your rights as the co | |
|
||
The Reaction Components Library is using a Developer Certificate of Origin (DCO), by way of signed commits, to help contributors acknowledge that they're aware of their rights, and that they have the authority to submit their contributions either on their or on their employer's behalf. | ||
|
||
To sign off on the DCO for your commits, use the command `git commit -s` which adds a line to every commit that looks like this: | ||
|
||
`Signed-Off-By: Jane Doe <[email protected]>` | ||
|
||
We do ask that you use your full name and a valid email address in this process. | ||
|
||
The DCO signoff is attached to every single commit, thereby stating that the committer agrees to the DCO as shown below or on <https://developercertificate.org/>. | ||
|
||
``` | ||
|