Skip to content

Commit 983f8a4

Browse files
committed
Update repo guidelines for new slack key
1 parent 7520657 commit 983f8a4

File tree

1 file changed

+3
-1
lines changed
  • content/contributing-code/github-repo-guidelines

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ Each repo should have a `.cc-metadata.yml` file in the root directory with the f
5959
technologies: Python, Django, Django REST Framework, Elasticsearch
6060
# Whether this repository should be featured on the CC Open Source site's "Projects" page
6161
featured: false
62+
# Slack channel name (optional key)
63+
slack: 'cc-dev-catalog'
6264
</code>
6365
</pre>
6466

6567
This metadata file is used in the [Projects](/projects) page. Repos that are marked as non-engineering projects are not displayed in the page and repos marked as featured as displayed at the top of the page. Repos should be marked as featured if we are actively looking for community contributions and have the bandwidth to review them quickly.
6668

67-
Repos without this metadata file are treated as `engineering_projects: true` and `featured: false`. A default is necessary since it will take time for us to clean up and add metadata to all our repos.
69+
Repos without this metadata file are treated as `engineering_projects: true`, `featured: false` and `slack: ""`. A default is necessary since it will take time for us to clean up and add metadata to all our repos.

0 commit comments

Comments
 (0)