Skip to content

Commit 754d962

Browse files
committed
Synchronized build
1 parent 87204d5 commit 754d962

File tree

3 files changed

+127
-119
lines changed

3 files changed

+127
-119
lines changed

contributing-code/github-repo-guidelines/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,11 @@ <h2 id="cc-metadata-file">CC Metadata file</h2><p>Each repo should have a <code>
221221
technologies: Python, Django, Django REST Framework, Elasticsearch
222222
# Whether this repository should be featured on the CC Open Source site's "Projects" page
223223
featured: false
224+
# Slack channel name (optional key)
225+
slack: 'cc-dev-catalog'
224226
</code>
225227
</pre><p>This metadata file is used in the <a href="/projects">Projects</a> 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.</p>
226-
<p>Repos without this metadata file are treated as <code>engineering_projects: true</code> and <code>featured: false</code>. A default is necessary since it will take time for us to clean up and add metadata to all our repos.</p>
228+
<p>Repos without this metadata file are treated as <code>engineering_projects: true</code>, <code>featured: false</code> and <code>slack: ""</code>. A default is necessary since it will take time for us to clean up and add metadata to all our repos.</p>
227229

228230

229231
<a id="back-to-top" href="#top" class="btn btn-dark btn-sm" role="button">Back to top</a>

0 commit comments

Comments
 (0)