Skip to content

Commit 25d4dc0

Browse files
DCO applied to registry-support (#135)
* DCO applied. * Contributing guidelines and LICENSE links added to README.md * added LICENSE section replaced with badge. * fixed typo in contributing DCO link. Signed-off-by: Michael Valdron <[email protected]>
1 parent 4e2a0cb commit 25d4dc0

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Thank you for your interest in contributing to the Devfile Registry! We welcome
66

77
Before contributing to this repository for the first time, please review our project's [Code of Conduct](https://github.com/devfile/api/blob/main/CODE_OF_CONDUCT.md)
88

9+
## Certificate of Origin
10+
11+
By contributing to this project you agree to the Developer Certificate of
12+
Origin (DCO). This document was created by the Linux Kernel community and is a
13+
simple statement that you, as a contributor, have the legal right to make the
14+
contribution. See the [DCO](./DCO) file for details.
15+
916
## How to Contribute:
1017

1118
### Issues

DCO

Lines changed: 37 additions & 0 deletions
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+
1 Letterman Drive
6+
Suite D4700
7+
San Francisco, CA, 94129
8+
9+
Everyone is permitted to copy and distribute verbatim copies of this
10+
license document, but changing it is not allowed.
11+
12+
13+
Developer's Certificate of Origin 1.1
14+
15+
By making a contribution to this project, I certify that:
16+
17+
(a) The contribution was created in whole or in part by me and I
18+
have the right to submit it under the open source license
19+
indicated in the file; or
20+
21+
(b) The contribution is based upon previous work that, to the best
22+
of my knowledge, is covered under an appropriate open source
23+
license and I have the right under that license to submit that
24+
work with modifications, whether created in whole or in part
25+
by me, under the same open source license (unless I am
26+
permitted to submit under a different license), as indicated
27+
in the file; or
28+
29+
(c) The contribution was provided directly to me by some other
30+
person who certified (a), (b) or (c) and I have not modified
31+
it.
32+
33+
(d) I understand and agree that this project and the contribution
34+
are public and that a record of the contribution (including all
35+
personal information I submit with it, including my sign-off) is
36+
maintained indefinitely and may be redistributed consistent with
37+
this project or the open source license(s) involved.

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# registry-support
22

3+
<div id="header">
4+
5+
[![Apache2.0 License](https://img.shields.io/badge/license-Apache2.0-brightgreen.svg)](LICENSE)
6+
</div>
7+
38
Provide support for devfile registries
49

510
Issue tracking repo: https://github.com/devfile/api with label area/registry
@@ -51,4 +56,8 @@ $ helm install devfile-registry ./deploy/chart/devfile-registry \
5156
--set devfileIndex.tag=latest
5257
```
5358

54-
For more information on the Helm chart, consult [its readme](deploy/chart/devfile-registry/README.md).
59+
For more information on the Helm chart, consult [its readme](deploy/chart/devfile-registry/README.md).
60+
61+
## Contributing
62+
63+
Please see our [contributing.md](./CONTRIBUTING.md).

0 commit comments

Comments
 (0)