Skip to content

Commit 09fe054

Browse files
author
Yuri Shkuro
committed
Add DCO and updade CONTRIBUTING.md accordingly
1 parent 651c8ce commit 09fe054

File tree

2 files changed

+55
-4
lines changed

2 files changed

+55
-4
lines changed

CONTRIBUTING.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
# Contributing to Jaeger
1+
# How to Contribute to Jaeger
22

3-
We'd love your help! If you would like to contribute code you can do so through GitHub
4-
by forking the repository and sending a pull request into the `master` branch.
3+
We'd love your help!
4+
5+
Jaeger is [Apache 2.0 licensed](LICENSE) and accepts contributions via GitHub
6+
pull requests. This document outlines some of the conventions on development
7+
workflow, commit message formatting, contact points and other resources to make
8+
it easier to get your contribution accepted.
9+
10+
We gratefully welcome improvements to documentation as well as to code.
11+
12+
# Certificate of Origin
13+
14+
By contributing to this project you agree to the [Developer Certificate of
15+
Origin](https://developercertificate.org/) (DCO). This document was created
16+
by the Linux Kernel community and is a simple statement that you, as a
17+
contributor, have the legal right to make the contribution. See the [DCO](DCO)
18+
file for details.
519

620
## Getting Started
721

@@ -82,7 +96,7 @@ issue](https://github.com/uber/jaeger/issues).* Discussing your proposed
8296
changes ahead of time will make the contribution process smooth for everyone.
8397

8498
Once we've discussed your changes and you've got your code ready, make sure
85-
that tests are passing (`make test` or `make cover`) and open your PR! Your
99+
that tests are passing (`make test` or `make cover`) and open your PR. Your
86100
pull request is most likely to be accepted if it:
87101

88102
* Includes tests for new functionality.

DCO

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Developer Certificate of Origin
2+
Version 1.1
3+
4+
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
5+
660 York Street, Suite 102,
6+
San Francisco, CA 94110 USA
7+
8+
Everyone is permitted to copy and distribute verbatim copies of this
9+
license document, but changing it is not allowed.
10+
11+
12+
Developer's Certificate of Origin 1.1
13+
14+
By making a contribution to this project, I certify that:
15+
16+
(a) The contribution was created in whole or in part by me and I
17+
have the right to submit it under the open source license
18+
indicated in the file; or
19+
20+
(b) The contribution is based upon previous work that, to the best
21+
of my knowledge, is covered under an appropriate open source
22+
license and I have the right under that license to submit that
23+
work with modifications, whether created in whole or in part
24+
by me, under the same open source license (unless I am
25+
permitted to submit under a different license), as indicated
26+
in the file; or
27+
28+
(c) The contribution was provided directly to me by some other
29+
person who certified (a), (b) or (c) and I have not modified
30+
it.
31+
32+
(d) I understand and agree that this project and the contribution
33+
are public and that a record of the contribution (including all
34+
personal information I submit with it, including my sign-off) is
35+
maintained indefinitely and may be redistributed consistent with
36+
this project or the open source license(s) involved.
37+

0 commit comments

Comments
 (0)