Skip to content

Commit 50375ac

Browse files
committed
Merge branch 'master' of https://github.com/creativecommons/creativecommons.github.io-source into new_code_contrib_guide
2 parents eb74927 + b027754 commit 50375ac

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

content/contributing-code/github-repo-guidelines/contents.lr

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ All GitHub repositories should have the following items to be considered fully r
3737
- [Support resources](https://help.github.com/en/articles/adding-support-resources-to-your-project). GitHub pulls the default `SUPPORT.md` file from our [`.github` repository](https://github.com/creativecommons/.github) automatically, but if you want/need to customize it, create it in your repository.
3838

3939
## Standard Labels
40-
All repositories must contain a set of standard labels, [documented here](https://github.com/creativecommons/ccos-scripts/blob/master/normalize_repos/labels.py). You don't have to set these up manually. CC staff can run [a script](https://github.com/creativecommons/ccos-scripts/tree/master/normalize_repos) that to make sure all repositories have this label.
4140

42-
Repositories may contain additional custom labels as well. It is recommended that custom labels be explained in the contribution guidelines for that project.
41+
All repositories must contain a set of standard labels, [listed here](https://github.com/creativecommons/ccos-scripts/blob/master/normalize_repos/labels.json), in addition to repository-specific skill labels, [listed here](https://github.com/creativecommons/ccos-scripts/blob/master/normalize_repos/skills.json).
42+
You don't have to set these up manually. The labels are [automatically managed](https://github.com/creativecommons/ccos-scripts/tree/master/normalize_repos) on all CC repositories, and so, must not be renamed.
43+
44+
Repositories may contain additional custom labels as well which will remain unaffected by the sync. It is recommended that custom labels be explained in the contribution guidelines for that project.
4345

4446
## Branch Protections
4547

databags/community_team_members.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
}
309309
],
310310
"name": "Vocabulary",
311-
"repos": "fonts, vocabulary, vue-vocabulary"
311+
"repos": "vocabulary"
312312
},
313313
{
314314
"members": [

0 commit comments

Comments
 (0)