Skip to content

Commit 7b0365e

Browse files
russellbmgoinDarkLight1337
authored
[Doc] Add the DCO to CONTRIBUTING.md (vllm-project#9803)
Signed-off-by: Russell Bryant <[email protected]> Co-authored-by: Michael Goin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
1 parent 04a3ae0 commit 7b0365e

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CONTRIBUTING.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ We also believe in the power of community support; thus, answering queries, offe
1111

1212
Finally, one of the most impactful ways to support us is by raising awareness about vLLM. Talk about it in your blog posts and highlight how it's driving your incredible projects. Express your support on social media if you're using vLLM, or simply offer your appreciation by starring our repository!
1313

14+
## License
15+
16+
See [LICENSE](LICENSE).
1417

1518
## Developing
1619

1720
Depending on the kind of development you'd like to do (e.g. Python, CUDA), you can choose to build vLLM with or without compilation. Check out the [building from source](https://docs.vllm.ai/en/latest/getting_started/installation.html#build-from-source) documentation for details.
1821

19-
2022
## Testing
2123

2224
```bash
@@ -33,6 +35,14 @@ pytest tests/
3335

3436
## Contribution Guidelines
3537

38+
### DCO and Signed-off-by
39+
40+
When contributing changes to this project, you must agree to the [DCO](DCO).
41+
Commits must include a `Signed-off-by:` header which certifies agreement with
42+
the terms of the [DCO](DCO).
43+
44+
Using `-s` with `git commit` will automatically add this header.
45+
3646
### Issues
3747

3848
If you encounter a bug or have a feature request, please [search existing issues](https://github.com/vllm-project/vllm/issues?q=is%3Aissue) first to see if it has already been reported. If not, please [file a new issue](https://github.com/vllm-project/vllm/issues/new/choose), providing as much relevant information as possible.

DCO

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

0 commit comments

Comments
 (0)