-
Notifications
You must be signed in to change notification settings - Fork 51
Clarify license and terms for contributions, reformat markdown #448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,33 @@ | ||
| # Contributing | ||
|
|
||
| When contributing to this repository, please describe the change you wish to make via a related issue, or a pull request. | ||
| When contributing to this repository, please describe the change you wish to | ||
| make via a related issue, or a pull request. | ||
|
|
||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project. | ||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in | ||
| all your interactions with the project. | ||
|
|
||
| ## Developer Certificate of Origin | ||
| ## Community Contribution License | ||
|
|
||
| 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: | ||
| Contributions made to this project must be made under the terms of the | ||
| [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). | ||
|
|
||
| > By making a contribution to this project, I certify that: | ||
| > | ||
| > 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 | ||
| > | ||
| > 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 | ||
| > | ||
| > c. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. | ||
| > | ||
| > 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. | ||
| ``` | ||
| By making a contribution to this project, you certify that: | ||
|
|
||
| a. The contribution was created in whole or in part by you and you have the right | ||
| to submit it under the Apache 2 License; or | ||
|
|
||
| b. The contribution is based upon previous work that, to the best of your | ||
| knowledge, is covered under an appropriate open source license and you have the | ||
| right under that license to submit that work with modifications, whether | ||
| created in whole or in part by you, under the Apache 2 License; or | ||
|
|
||
| c. The contribution was provided directly to you by some other person who | ||
| certified (a), (b) or (c) and you have not modified it. | ||
|
|
||
| d. You understand and agree that this project and the contribution are public | ||
| and that a record of the contribution (including all personal information you | ||
| submit with it, including your sign-off) is maintained indefinitely and may be | ||
| redistributed consistent with this project or the open source license(s) | ||
| involved. | ||
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # Open Source Monorepo | ||
|
|
||
| Monorepo that serves as the source of truth for all open source projects published | ||
| by [jetify](https://www.jetify.com). | ||
| Monorepo that serves as the source of truth for all open-source projects | ||
| published by [jetify](https://www.jetify.com). | ||
|
|
||
| Each project lives in its own directory and contains its own license. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,19 @@ | ||
| # Contributing | ||
|
|
||
| When contributing to this repository, please describe the change you wish to make via a related issue, or a pull request. | ||
| When contributing to this repository, please describe the change you wish to | ||
| make via a related issue, or a pull request. | ||
|
|
||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project. | ||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in | ||
| all your interactions with the project. | ||
|
|
||
| ## Opening a Pull Request | ||
|
|
||
| This project is published as a standalone repo from our [opensource monorepo](https://github.com/jetify-com/opensource). | ||
| Pull requests should be sent to the monorepo instead, and they will automatically be published | ||
| This project is published as a standalone repo from our | ||
| [opensource monorepo](https://github.com/jetify-com/opensource). Pull requests | ||
| should be sent to the monorepo instead, and they will automatically be published | ||
| to this repo when merged. | ||
|
|
||
| ## Developer Certificate of Origin | ||
|
|
||
| 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: | ||
|
|
||
| > By making a contribution to this project, I certify that: | ||
| > | ||
| > 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 | ||
| > | ||
| > 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 | ||
| > | ||
| > c. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. | ||
| > | ||
| > 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. | ||
| Contributions made to this project must be made under the terms of the | ||
| [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). | ||
| By contributing to this project you agree to the terms stated in the | ||
| [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,19 @@ | ||
| # Contributing | ||
|
|
||
| When contributing to this repository, please describe the change you wish to make via a related issue, or a pull request. | ||
| When contributing to this repository, please describe the change you wish to | ||
| make via a related issue, or a pull request. | ||
|
|
||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project. | ||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in | ||
| all your interactions with the project. | ||
|
|
||
| ## Opening a Pull Request | ||
|
|
||
| This project is published as a standalone repo from our [opensource monorepo](https://github.com/jetify-com/opensource). | ||
| Pull requests should be sent to the monorepo instead, and they will automatically be published | ||
| This project is published as a standalone repo from our | ||
| [opensource monorepo](https://github.com/jetify-com/opensource). Pull requests | ||
| should be sent to the monorepo instead, and they will automatically be published | ||
| to this repo when merged. | ||
|
|
||
| ## Developer Certificate of Origin | ||
|
|
||
| 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: | ||
|
|
||
| > By making a contribution to this project, I certify that: | ||
| > | ||
| > 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 | ||
| > | ||
| > 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 | ||
| > | ||
| > c. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. | ||
| > | ||
| > 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. | ||
| Contributions made to this project must be made under the terms of the | ||
| [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). | ||
| By contributing to this project you agree to the terms stated in the | ||
| [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,19 @@ | ||
| # Contributing | ||
|
|
||
| When contributing to this repository, please describe the change you wish to make via a related issue, or a pull request. | ||
| When contributing to this repository, please describe the change you wish to | ||
| make via a related issue, or a pull request. | ||
|
|
||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project. | ||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in | ||
| all your interactions with the project. | ||
|
|
||
| ## Opening a Pull Request | ||
|
|
||
| This project is published as a standalone repo from our [opensource monorepo](https://github.com/jetify-com/opensource). | ||
| Pull requests should be sent to the monorepo instead, and they will automatically be published | ||
| This project is published as a standalone repo from our | ||
| [opensource monorepo](https://github.com/jetify-com/opensource). Pull requests | ||
| should be sent to the monorepo instead, and they will automatically be published | ||
| to this repo when merged. | ||
|
|
||
| ## Developer Certificate of Origin | ||
|
|
||
| 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: | ||
|
|
||
| > By making a contribution to this project, I certify that: | ||
| > | ||
| > 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 | ||
| > | ||
| > 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 | ||
| > | ||
| > c. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. | ||
| > | ||
| > 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. | ||
| Contributions made to this project must be made under the terms of the | ||
| [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). | ||
| By contributing to this project you agree to the terms stated in the | ||
| [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,19 @@ | ||
| # Contributing | ||
|
|
||
| When contributing to this repository, please describe the change you wish to make via a related issue, or a pull request. | ||
| When contributing to this repository, please describe the change you wish to | ||
| make via a related issue, or a pull request. | ||
|
|
||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project. | ||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in | ||
| all your interactions with the project. | ||
|
|
||
| ## Opening a Pull Request | ||
|
|
||
| This project is published as a standalone repo from our [opensource monorepo](https://github.com/jetify-com/opensource). | ||
| Pull requests should be sent to the monorepo instead, and they will automatically be published | ||
| This project is published as a standalone repo from our | ||
| [opensource monorepo](https://github.com/jetify-com/opensource). Pull requests | ||
| should be sent to the monorepo instead, and they will automatically be published | ||
| to this repo when merged. | ||
|
|
||
| ## Developer Certificate of Origin | ||
|
|
||
| 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: | ||
|
|
||
| > By making a contribution to this project, I certify that: | ||
| > | ||
| > 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 | ||
| > | ||
| > 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 | ||
| > | ||
| > c. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. | ||
| > | ||
| > 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. | ||
| Contributions made to this project must be made under the terms of the | ||
| [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). | ||
| By contributing to this project you agree to the terms stated in the | ||
| [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,19 @@ | ||
| # Contributing | ||
|
|
||
| When contributing to this repository, please describe the change you wish to make via a related issue, or a pull request. | ||
| When contributing to this repository, please describe the change you wish to | ||
| make via a related issue, or a pull request. | ||
|
|
||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project. | ||
| Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in | ||
| all your interactions with the project. | ||
|
|
||
| ## Opening a Pull Request | ||
|
|
||
| This project is published as a standalone repo from our [opensource monorepo](https://github.com/jetify-com/opensource). | ||
| Pull requests should be sent to the monorepo instead, and they will automatically be published | ||
| This project is published as a standalone repo from our | ||
| [opensource monorepo](https://github.com/jetify-com/opensource). Pull requests | ||
| should be sent to the monorepo instead, and they will automatically be published | ||
| to this repo when merged. | ||
|
|
||
| ## Developer Certificate of Origin | ||
|
|
||
| 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: | ||
|
|
||
| > By making a contribution to this project, I certify that: | ||
| > | ||
| > 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 | ||
| > | ||
| > 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 | ||
| > | ||
| > c. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. | ||
| > | ||
| > 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. | ||
| Contributions made to this project must be made under the terms of the | ||
| [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). | ||
| By contributing to this project you agree to the terms stated in the | ||
| [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license). |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one word line?