Skip to content

Commit 5c0bb13

Browse files
authored
Merge pull request creativecommons#499 from creativecommons/fix_label_links
Update documentation about the new standard labels
2 parents d4627ff + 179a737 commit 5c0bb13

File tree

1 file changed

+4
-2
lines changed
  • content/contributing-code/github-repo-guidelines

1 file changed

+4
-2
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

0 commit comments

Comments
 (0)