Skip to content

Commit da23438

Browse files
authored
Merge branch 'master' into slackch
2 parents 983f8a4 + 7d92236 commit da23438

File tree

9 files changed

+529
-6
lines changed

9 files changed

+529
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Here's how the code is structured in the top level of the repository:
132132
for more information.
133133
- **`webpack`**: This is where all the webpack config files as well as Sass and
134134
JavaScript files for the project resides. The JavaScript and Sass files are
135-
compiled and saved in assets folder during lektor build process.
135+
compiled and saved in the assets folder during lektor build process.
136136

137137
[lektorcontent]:https://www.getlektor.com/docs/content/
138138
[lektormodels]:(https://www.getlektor.com/docs/models/

content/cc-search/contents.lr

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_model: page
2+
---
3+
_template: search_roadmap.html
4+
---
5+
title: CC Search

content/community/community-teams/contents.lr renamed to content/community/community-team/contents.lr

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ _model: page
22
---
33
_template: page-with-toc.html
44
---
5-
title: CC Community Teams
5+
title: CC Community Team
66
---
77
body:
88

@@ -57,8 +57,8 @@ Privileges and access will be granted per-repository. For example, if you are ap
5757

5858
| Name | Privileges | Requirements |
5959
| ---- |----------- |------------- |
60-
| **Project Contributor**<br>You should apply for this role if you are interested in dipping your toe into Community Teams. | <li>Invitation to private community contributors Slack channel.</li><li>Addition to Community Team page on CC Open Source.</li> | 3 contributions.<br><br>1 merged pull request or “Great Contribution” to the project you’re applying for. |
61-
| **Project Member**<br>If you've given Community Teams a shot and are ready to take the next step, this role is for you! As a Project Member, you will gain experience with issue triage and real-world open source governance workflows. | <li>All <strong>Project Contributor</strong> privileges.</li><li>Addition to creativecommons GitHub organization with Triage access to the GitHub repo associated with the project.</li><ul style="list-style-type: circle"><li>This will allow you to update labels on issues, etc.</li></ul> | 15 contributions with at least 4 pull requests* submitted to the project you’re applying for.<br><br>3 “Great Contributions“ |
60+
| **Project Contributor**<br>You should apply for this role if you are interested in dipping your toe into Community Team. | <li>Invitation to private community contributors Slack channel.</li><li>Addition to Community Team page on CC Open Source.</li> | 3 contributions.<br><br>1 merged pull request or “Great Contribution” to the project you’re applying for. |
61+
| **Project Member**<br>If you've given Community Team a shot and are ready to take the next step, this role is for you! As a Project Member, you will gain experience with issue triage and real-world open source governance workflows. | <li>All <strong>Project Contributor</strong> privileges.</li><li>Addition to creativecommons GitHub organization with Triage access to the GitHub repo associated with the project.</li><ul style="list-style-type: circle"><li>This will allow you to update labels on issues, etc.</li></ul> | 15 contributions with at least 4 pull requests* submitted to the project you’re applying for.<br><br>3 “Great Contributions“ |
6262
| **Project Collaborator**<br>You should apply for this role if you are interested in being deeply involved with a project, and engaging closely with CC Staff, Project Maintainers, and Core Committers. This role also gives you the opportunity to mentor others through GSoC and Outreachy. | <li>All <strong>Project Member</strong> privileges.</li><li>Addition to project’s CODEOWNERs file.</li><ul style="list-style-type: circle"><li>This will allow your PR reviews to block merge.</li><li>This will auto assign you PRs to review.</li></ul><li>Eligibility to mentor interns for programs like GSoC and Outreachy for Creative Commons.</li><li>Invitation to some of CC’s internal meetings and Slack channels.</li><li>Letter of recommendation from Creative Commons available on request.</li> | 35 contributions with at least 8 pull requests* submitted to the project you’re applying for.<br><br>5 “Great Contributions“ |
6363
| **Project Core Committer** | <li>All <strong>Project Collaborator</strong> privileges.</li><li>Write access to the project's GitHub repo.</li><ul style="list-style-type: circle"><li>This will allow you to merge PRs.</li></ul> | *Not Applicable*<br>Maintainers will identify and invite standout contributors. |
6464

@@ -84,7 +84,7 @@ We know that waiting can be difficult, but please refrain from sending messages
8484

8585
**What counts as a contribution?**
8686

87-
Contributions can be any of the things listed under ["How to Contribute"](https://opensource.creativecommons.org/community/community-teams/#how-to-contribute) above. If you think something should count as a contribution that's not listed above, please put that in your application.
87+
Contributions can be any of the things listed under ["How to Contribute"](https://opensource.creativecommons.org/community/community-team/#how-to-contribute) above. If you think something should count as a contribution that's not listed above, please put that in your application.
8888

8989
Individual repositories may have additional work that counts as a contribution. If this is the case, these additional contributions will be documented in that repository's README.
9090

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_model: page
2+
---
3+
_template: community_team_list.html
4+
---
5+
title: Community Team Members

databags/community_team_members.json

+156
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
{
2+
"projects": [
3+
{
4+
"members": [
5+
{
6+
"name": "Charini Nanayakkara",
7+
"role": "Project Core Committer"
8+
},
9+
{
10+
"name": "K.S. Srinidhi Krishna",
11+
"role": "Project Core Committer"
12+
}
13+
],
14+
"name": "CC Catalog",
15+
"repos": "cccatalog"
16+
},
17+
{
18+
"members": [
19+
{
20+
"name": "Ari Madian",
21+
"role": "Project Core Committer"
22+
},
23+
{
24+
"name": "Ayan Choudhary",
25+
"role": "Project Core Committer"
26+
}
27+
],
28+
"name": "CC Search",
29+
"repos": "cccatalog-frontend"
30+
},
31+
{
32+
"members": [
33+
{
34+
"name": "Mayank Nader",
35+
"role": "Project Maintainer"
36+
}
37+
],
38+
"name": "CC Search Browser Extension",
39+
"repos": "ccsearch-browser-extension"
40+
},
41+
{
42+
"members": [
43+
{
44+
"name": "Dhruvi Butti",
45+
"role": "Project Core Committer"
46+
}
47+
],
48+
"name": "CC Open Source",
49+
"repos": "creativecommons.github.io-source"
50+
},
51+
{
52+
"members": [
53+
{
54+
"name": "Krystle Salazar",
55+
"role": "Project Core Committer"
56+
}
57+
],
58+
"name": "Legal Database",
59+
"repos": "caselaw"
60+
},
61+
{
62+
"members": [
63+
{
64+
"name": "Shubham Pandey",
65+
"role": "Project Contributor"
66+
}
67+
],
68+
"name": "License Buttons",
69+
"repos": "licensebuttons"
70+
},
71+
{
72+
"members": [
73+
{
74+
"name": "Ari Madian",
75+
"role": "Project Maintainer"
76+
},
77+
{
78+
"name": "Olga Bulat",
79+
"role": "Project Maintainer"
80+
},
81+
{
82+
"name": "Hemanth Kumar",
83+
"role": "Project Contributor"
84+
},
85+
{
86+
"name": "Jacqueline Binya",
87+
"role": "Project Contributor"
88+
}
89+
],
90+
"name": "License Chooser",
91+
"repos": "chooser"
92+
},
93+
{
94+
"members": [
95+
{
96+
"name": "Bhumij Gupta",
97+
"role": "Project Maintainer"
98+
}
99+
],
100+
"name": "Link Checker",
101+
"repos": "cc-link-checker"
102+
},
103+
{
104+
"members": [
105+
{
106+
"name": "Mar\u00eda Bel\u00e9n Guaranda Cabezas ",
107+
"role": "Project Maintainer"
108+
},
109+
{
110+
"name": "Subham Sahu",
111+
"role": "Project Core Committer"
112+
}
113+
],
114+
"name": "Linked Commons",
115+
"repos": "cccatalog-dataviz"
116+
},
117+
{
118+
"members": [
119+
{
120+
"name": "Ana Paula Rocha",
121+
"role": "Project Collaborator"
122+
}
123+
],
124+
"name": "Platform Toolkit",
125+
"repos": "mp"
126+
},
127+
{
128+
"members": [
129+
{
130+
"name": "Dhruv Bhanushali",
131+
"role": "Project Maintainer"
132+
},
133+
{
134+
"name": "Dhruvi Butti",
135+
"role": "Project Core Committer"
136+
},
137+
{
138+
"name": "Chidiebere Onyegbuchulem",
139+
"role": "Project Member"
140+
}
141+
],
142+
"name": "Vocabulary",
143+
"repos": "fonts, vocabulary, vue-vocabulary"
144+
},
145+
{
146+
"members": [
147+
{
148+
"name": "Ahmad Bilal",
149+
"role": "Project Core Committer"
150+
}
151+
],
152+
"name": "WordPress Plugin",
153+
"repos": "wp-plugin-creativecommons"
154+
}
155+
]
156+
}

0 commit comments

Comments
 (0)