Skip to content

Commit a4772dc

Browse files
authored
Merge pull request #99 from creativecommons/contributing
Update CoC, add no-AI, update contribution documentation
2 parents 1326651 + efb97d5 commit a4772dc

File tree

1 file changed

+32
-16
lines changed

1 file changed

+32
-16
lines changed

CONTRIBUTING.md

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,50 @@ a set of guidelines to help you contribute to this project.
66

77
## Code of Conduct
88

9-
By participating in this project, you are expected to uphold our [Code of
10-
Conduct][code_of_conduct].
9+
> Creative Commons (CC) is an organization and global community that champions
10+
> openness, sharing, and creativity. We are committed to fostering a safe,
11+
> inclusive, respectful, and harassment-free environment for
12+
> everyone—regardless of age, ability, disability status, ethnicity, gender
13+
> identity and expression, level of experience, nationality, personal
14+
> appearance, race, religion, or sexual identity and orientation.
1115
12-
[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/
16+
All Creative Commons open source projects are governed by our [Code of
17+
Conduct - Creative Commons][coc].
1318

19+
[coc]: https://creativecommons.org/code-of-conduct/
1420

15-
## Project Documentation
1621

17-
The `README` in the root of the repository should contain or link to project
18-
documentation. If you cannot find the documentation you're looking for, please
19-
file a GitHub issue with details of what you'd like to see documented.
22+
## AI generated content prohibited
2023

21-
## Contribution Workflow
24+
<!--
25+
This section must match the same section in:
26+
creativecommons/ccos-website-source: content/contributing-code/contents.lr
27+
-->
2228

23-
Once you have identified an issue to work on:
29+
[Avoiding generative AI development tools — Creative Commons Open
30+
Source][no-ai]:
31+
> At this time, the Creative Commons (CC) **Technology team** has concluded
32+
> that generative AI development tooling does not pass a cost/benefit analysis
33+
> *for contributing to our open source projects*. Until further notice, we will
34+
> not accept CC Open Source submissions that include code or content generated
35+
> with AI.
2436
25-
* [Fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) the Repository.
26-
* Work in a [new branch](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository).
27-
* Open a [Pull Request (PR)](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) and follow the PR template.
37+
[no-ai]: https://opensource.creativecommons.org/blog/entries/2025-12-01-avoiding-gen-ai-tools/
2838

29-
For additional guidelines, refer to the [Foundational technologies — Creative Commons Open Source](https://opensource.creativecommons.org/contributing-code/foundational-tech/).
3039

3140
## How to Contribute
3241

33-
Please follow the processes in our general [Contributing Code][contributing]
34-
guidelines on the Creative Common Open Source website.
42+
Please follow the processes in our [Contribution Guidelines — Creative Commons
43+
Open Source][contrib].
44+
45+
[contrib]: https://opensource.creativecommons.org/contributing-code/
46+
3547

36-
[contributing]: https://opensource.creativecommons.org/contributing-code/
48+
## Project Documentation
49+
50+
The `README` in the root of the repository should contain or link to project
51+
documentation. If you cannot find the documentation you're looking for, please
52+
file a GitHub issue with details of what you'd like to see documented.
3753

3854

3955
## Questions or Thoughts?

0 commit comments

Comments
 (0)