Skip to content

Commit 96996da

Browse files
authored
Clarify license and terms for contributions, reformat markdown (#448)
## Summary Tweaks several of our files to more clearly explain under what terms we accept contributions. Reformat markdown files to fit under an 80 character width. ## How was it tested? N/A ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 license](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 license. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Refined contribution guidelines by replacing legacy certification language with updated Apache 2 License and Community Contribution License terms. - Enhanced readability and consistency across documentation by adjusting formatting, capitalization, and layout in contribution guidelines, code of conduct, and project descriptions. - Improved presentation of reporting instructions and introductory content for clearer communication. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 6c5f9e6 commit 96996da

1 file changed

Lines changed: 11 additions & 17 deletions

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
# Contributing
22

3-
When contributing to this repository, please describe the change you wish to make via a related issue, or a pull request.
3+
When contributing to this repository, please describe the change you wish to
4+
make via a related issue, or a pull request.
45

5-
Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
6+
Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in
7+
all your interactions with the project.
68

79
## Opening a Pull Request
810

9-
This project is published as a standalone repo from our [opensource monorepo](https://github.com/jetify-com/opensource).
10-
Pull requests should be sent to the monorepo instead, and they will automatically be published
11+
This project is published as a standalone repo from our
12+
[opensource monorepo](https://github.com/jetify-com/opensource). Pull requests
13+
should be sent to the monorepo instead, and they will automatically be published
1114
to this repo when merged.
1215

13-
## Developer Certificate of Origin
14-
15-
By contributing to this project you agree to the [Developer Certificate of Origin](https://developercertificate.org/) (DCO) which was created by the Linux Foundation and is a simple statement that you, as a contributor, have the legal right to make the contribution. See the DCO description for details below:
16-
17-
> By making a contribution to this project, I certify that:
18-
>
19-
> a. The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
20-
>
21-
> b. The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
22-
>
23-
> c. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
24-
>
25-
> d. I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
16+
Contributions made to this project must be made under the terms of the
17+
[Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0).
18+
By contributing to this project you agree to the terms stated in the
19+
[Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).

0 commit comments

Comments
 (0)