Skip to content

Commit c17320a

Browse files
committed
Clarify team role type and remove line about projects.
1 parent 636ce5e commit c17320a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/community_team_list.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
{% block body %}
44
<p>This is a list of all CC Community Team members, and their roles and privileges.</p>
55
<p>For more information about CC Community Team, please see <a href="/content/community/community-teams/">the Community Team Page</a>.</p>
6-
<h2>Community Team Members</h2>
7-
<p>We are actively looking for help with these projects and each project has open GitHub issues that are ready for external contribution.</p>
6+
<h2>Project Teams</h2>
87
{% for project in bag('community_team_members.projects') %}
98
<h3>{{ project.name }}</h3>
109
<p>These team members have permissions in the <code>{{ project.repos }}</code> repo(s).</p>

0 commit comments

Comments
 (0)