Skip to content

Commit 6d15faa

Browse files
committed
ICU-22677 update CONTRIBUTING.md
- unicode-org/.github#12
1 parent 3c82e68 commit 6d15faa

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ ICU is an open source library that is a de-facto industry standard for internati
1010

1111
## Contributor License Agreement
1212

13-
In order to contribute to this project, the Unicode Consortium must have on file a Contributor License Agreement (CLA) covering your contributions, either an individual or a corporate CLA. Pull Requests will not be merged until the correct CLA is signed. Which version needs to be signed depends on who owns the contribution being made: you as the individual making the contribution or your employer. _It is your responsibility to determine whether your contribution is owned by your employer._ Please review [The Unicode Consortium Intellectual Property, Licensing, and Technical Contribution Policies][policies] for further guidance on which CLA to sign, as well as other information and guidelines regarding the Consortium’s licensing and technical contribution policies and procedures.
13+
In order to contribute to this project, the Unicode Consortium must have on file a Contributor License Agreement (CLA) covering your contributions, either an individual or a corporate CLA. Pull Requests, issues, and other contributions will not be merged/accepted until the correct CLA is signed. Which version needs to be signed depends on who owns the contribution being made: you as the individual making the contribution or your employer. **It is your responsibility to determine whether your contribution is owned by your employer.** Please review the [Unicode Intellectual Property, Licensing, & Technical Contribution Policy][policies] for further guidance on which CLA to sign, as well as other information and guidelines regarding the Consortium’s licensing and technical contribution policies and procedures.
1414

15-
- **Individual CLA**: If you have determined that the Individual CLA is appropriate, then when you open your first Pull Request, an automated comment will appear that contains a link you can follow to accept the Individual CLA.
15+
To sign the CLA in Github, open a Pull Request (a comment will be automatically added with a link to the CLA Form), or go directly to [the CLA Form][sign-cla]. You may need to sign in to Github to see the entire CLA Form.
1616

17-
- **Corporate CLA**: If you have determined that a Corporate CLA is appropriate, please check the [public list of Corporate CLAs][unicode-corporate-clas] that the Consortium has on file. If your employer has already signed a CLA, then when you open your first Pull Request, an automated comment will appear that contains a link you can follow to declare your affiliation with this employer. If your employer has not already signed a CLA, you will need to arrange for your employer to sign the Corporate CLA, as described in [How to Sign a Unicode CLA][signing].
17+
- **Individual CLA**: If you have determined that the Individual CLA is appropriate, then when you access the CLA Form, click the Individual CLA and complete the Form.
1818

19-
Unless otherwise noted in the [LICENSE](./LICENSE) file, this project is released under the free and open-source [Unicode License][unicode-license], also known as Unicode, Inc. License Agreement - Data Files and Software.
19+
- **Corporate CLA**: If you have determined that a Corporate CLA is appropriate, please first check the [public list of Corporate CLAs][unicode-corporate-clas] that the Consortium has on file. If your employer is listed, then when you access the CLA Form, you can click the box indicating that you are covered by your employer’s corporate CLA. If your employer is not on the list, then it has not already signed a CLA and you will need to arrange for your employer to do so before you contribute, as described in [How to Sign a Unicode CLA][signing].
20+
21+
Unless otherwise noted in the [`LICENSE`](./LICENSE) file, this project is released under the [OSI-approved][osi-Unicode-License-3.0] free and open-source [Unicode License v3][unicode-license].
2022

2123
## Process
2224

@@ -97,7 +99,7 @@ _… and thanks for contributing!_
9799

98100
### Copyright & Licenses
99101

100-
Copyright © 2016-2023 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
102+
Copyright © 2016-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
101103

102104
The project is released under [LICENSE](./LICENSE).
103105

@@ -116,10 +118,12 @@ The project is released under [LICENSE](./LICENSE).
116118
[intltest]: ./icu4c/source/test/intltest/
117119
[introduction]: docs/userguide/index.md
118120
[meetings]: https://icu.unicode.org/projectinfo/meetings
121+
[osi-Unicode-License-3.0]: https://opensource.org/license/unicode-license-v3/
119122
[policies]: https://www.unicode.org/policies/licensing_policy.html
120123
[proposal-template]: https://icu.unicode.org/processes/proposal-template
121124
[repository]: https://icu.unicode.org/repository
122125
[setup]: https://icu.unicode.org/setup
126+
[sign-cla]: https://cla-assistant.io/unicode-org/.github
123127
[signing]: https://www.unicode.org/policies/licensing_policy.html#signing
124128
[ticket-lifecycle]: https://icu.unicode.org/processes/ticket-lifecycle
125129
[tips]: https://icu.unicode.org/repository/tips

0 commit comments

Comments
 (0)