Skip to content

Commit b3608a9

Browse files
committed
add AI generated content prohibited section and update Contribution process
1 parent bce2c2a commit b3608a9

File tree

1 file changed

+39
-9
lines changed

1 file changed

+39
-9
lines changed

content/contributing-code/contents.lr

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,28 @@ description: We do all of our development [on
88
GitHub](https://github.com/creativecommons/). If you are not familiar with
99
GitHub or pull requests, [here is an excellent guide to get
1010
started](https://guides.github.com/activities/hello-world/).
11-
---
11+
--- <!-- disregard: vim syntax highlighting fix_ -->
1212
body:
1313

1414

15+
## AI generated content prohibited
16+
17+
<!--
18+
This section must match the same section in:
19+
creativecommons/.github: CONTRIBUTING.md
20+
-->
21+
22+
[Avoiding generative AI development tools — Creative Commons Open
23+
Source][no-ai]:
24+
> At this time, the Creative Commons (CC) **Technology team** has concluded
25+
> that generative AI development tooling does not pass a cost/benefit analysis
26+
> *for contributing to our open source projects*. Until further notice, we will
27+
> not accept CC Open Source submissions that include code or content generated
28+
> with AI.
29+
30+
[no-ai]: https://opensource.creativecommons.org/blog/entries/2025-12-01-avoiding-gen-ai-tools/
31+
32+
1533
## Finding an issue
1634

1735
Here's a list of [all our current projects](/projects/). We use GitHub issues
@@ -85,20 +103,32 @@ on.
85103

86104
## Contribution process
87105

88-
Once you've found an issue you'd like to work on, please follow these steps to
89-
make your contribution:
90-
91-
1. If you have followed the guidelines above, you don't need to ask permission
92-
to start work on an issue.
93-
2. Write your code and submit your pull request (PR). Be sure to read and
94-
follow our **[pull request guidelines](/contributing-code/pr-guidelines/)!**
95-
3. Wait for code review and address any issues raised as soon as you can.
106+
1. Familiarize yourself with the project
107+
- Read the project `README` and `CONTRIBUTING` documents
108+
- Read the appropriate guides:
109+
- [Foundational technologies — Creative Commons Open Source][guide-found]
110+
- [Pull Request Guidelines — Creative Commons Open Source][guide-pr]
111+
- See the website for more!
112+
2. Once you've found an issue you'd like to work on, please follow these steps
113+
to make your contribution:
114+
1. If you have followed the guidelines above, you don't need to ask
115+
permission to start work on an issue.
116+
2. [Fork][gh-fork] the Repository
117+
3. Work in a [new branch][gh-branch]
118+
4. Open a [Pull Request (PR)][gh-pr] and **follow the PR template**
119+
5. Write your code and submit your pull request (PR).
120+
6. Wait for code review and address any issues raised as soon as you can.
96121

97122
**A note on collaboration:** We encourage people to collaborate as much as
98123
possible. We especially appreciate contributors reviewing each other's pull
99124
requests, as long as you are [kind and constructive][review-comments] when you
100125
do so.
101126

127+
[guide-found]: https://opensource.creativecommons.org/contributing-code/foundational-tech/
128+
[guide-pr]: /contributing-code/pr-guidelines/
129+
[gh-fork]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo
130+
[gh-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
131+
[gh-pr]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
102132
[review-comments]: https://medium.com/@otarutunde/comments-during-code-reviews-2cb7791e1ac7
103133

104134

0 commit comments

Comments
 (0)