Skip to content

Commit ccd48f2

Browse files
authored
Add a "contributing to flutter" section at the bottom of the community page (#5156)
1 parent 6548f9f commit ccd48f2

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/community/index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
<div class="col-12">
99
<h1>Welcome to the Flutter community</h1>
1010
<p class="community__intro__description">
11-
We're open source and would love to hear from you!
1211
Below you'll find ways to get involved in the Flutter
13-
community as well as links to
12+
developer community as well as links to
1413
resources that can help answer your questions.
1514
If you're in China, read
1615
<a href="/community/china">Using Flutter in China</a>.
@@ -124,3 +123,16 @@ <h3>{{ case.name }}</h3>
124123
{% endfor -%}
125124
</div>
126125
</section>
126+
127+
<section class="card">
128+
<div class="card-body">
129+
<div class="row">
130+
<div class="col-lg-4">
131+
<h3>Contributing to Flutter</h3>
132+
<p>If you are interested in joining us in creating Flutter itself, jump over to
133+
<a href="https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md">our GitHub repository</a>
134+
to get started!</p>
135+
</div>
136+
</div>
137+
</div>
138+
</section>

0 commit comments

Comments
 (0)