Skip to content

Commit 166c797

Browse files
authored
Updating contributor guidelines.
1 parent d83f650 commit 166c797

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

CONTRIBUTING.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
1-
Want to contribute? Great! First, read this page (including the small print at
2-
the end).
1+
# Contributing
32

4-
### Before you contribute
3+
Want to contribute to the Flutter sample ecosystem? Great! First, read this
4+
page (including the small print at the end).
5+
6+
## Is this the right place for your contribution?
7+
8+
This repo is used by members of the Flutter team and a few partners as a place
9+
to store example apps and demos. It's not meant to be the one and only source of
10+
truth for Flutter samples or the only place people go to learn about the best
11+
ways to build with Flutter. What that means in practice is that if you've
12+
written a great example app, it doesn't need to be maintained here in order to
13+
get noticed, be of help to new Flutter devs, and have an impact on the
14+
community.
15+
16+
You can maintain your sample app in your own repo (or with another source
17+
control provider) and still be as important a part of the Flutter-verse as
18+
anything you see here. You can let us know on the
19+
[FlutterDev Google Group](https://groups.google.com/forum/#!forum/flutter-dev)
20+
when you've published something and Tweet about it with the
21+
[#flutterio](https://twitter.com/search?q=%23flutterio) hashtag.
22+
23+
## So what should be contributed here, then?
24+
25+
Fixes and necessary improvements to the existing samples, mostly.
26+
27+
## Before you contribute
528

629
Before we can use your code, you must sign the
730
[Google Individual Contributor License Agreement](https://cla.developers.google.com/about/google-individual)
@@ -18,19 +41,19 @@ us first through the issue tracker with your idea so that we can help out and
1841
possibly guide you. Coordinating up front makes it much easier to avoid
1942
frustration later on.
2043

21-
### Code reviews
44+
## Code reviews
2245

2346
All submissions, including submissions by project members, require review.
2447

25-
### File headers
48+
## File headers
2649

2750
All files in the project must start with the following header.
2851

29-
// Copyright 2016 The Chromium Authors. All rights reserved.
52+
// Copyright 2018 The Chromium Authors. All rights reserved.
3053
// Use of this source code is governed by a BSD-style license that can be
3154
// found in the LICENSE file.
3255

33-
### The small print
56+
## The small print
3457

3558
Contributions made by corporations are covered by a different agreement than the
3659
one above, the

0 commit comments

Comments
 (0)