Skip to content

Commit 11683ac

Browse files
authored
Merge pull request #275 from instructlab/dco
add DCO.txt and remove mergify DCO requirement
2 parents e92e533 + 53f912b commit 11683ac

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

.github/mergify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pull_request_rules:
1111
- label!=hold
1212
- label!=do-not-merge
1313
- label!=needs-rebase
14-
- check-success=DCO
1514

1615
# The files conditions regex should match the globs in workflow files
1716
# If workflow configuration files in .github/ are changed, the actionlint check must pass

DCO.txt

Lines changed: 34 additions & 0 deletions
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.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,3 +263,7 @@ eval_output/
263263
└── instructlab
264264
└── granite-7b-lab.jsonl
265265
```
266+
267+
## Developer Certificate of Origin
268+
269+
When you make a contribution to InstructLab eval, you implicitly agree to the Developer Certificate of Origin terms as set in `DCO.txt` at the root of this repository.

0 commit comments

Comments
 (0)