Skip to content

Commit 8885f46

Browse files
authored
Merge pull request #8 from creativecommons/basic-repo-files
Add standard CC repository files
2 parents abe38b6 + 003ad56 commit 8885f46

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.cc-metadata.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Whether this GitHub repo is for a CC-led engineering project
2+
engineering_project: false
3+
# Name of the repository/project in English
4+
english_name: CC signals
5+
# All technologies used, sorted
6+
technologies: AI Preferences, Markdown
7+
# Whether this repository should be featured on the CC Open Source site's "Projects" page
8+
featured: false
9+
# Slack channel name (optional key)
10+
# slack:

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# https://help.github.com/en/articles/about-code-owners
2+
# If you want to match two or more code owners with the same pattern, all the
3+
# code owners must be on the same line. If the code owners are not on the same
4+
# line, the pattern matches only the last mentioned code owner.
5+
* @creativecommons/legal @creativecommons/technology

0 commit comments

Comments
 (0)