Chromium Code Reviews

Side by Side Diff: CONTRIBUTING.md

Issue 1085363004: Add CONTRIBUTING.md (Closed) Base URL: https://github.com/dart-lang/test.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Want to contribute? Great! First, read this page (including the small print at
2 the end).
3
4 ### When you file a bug
5
6 Please include the following information.
7
8 * The version of Dart on your system.
9 You can do this by running `dart --version`.
10 * The operation system you are running.
11 * The version of the `test` package you are using.
12 You can get this by looking at the `pubspec.lock` file.
13
14 ```yaml
15 test:
16 description: test
17 source: hosted
18 version: "X.Y.Z"
19 ```
20
21 ### Before you contribute
22 Before we can use your code, you must sign the
23 [Google Individual Contributor License Agreement](https://cla.developers.google. com/about/google-individual)
24 (CLA), which you can do online. The CLA is necessary mainly because you own the
25 copyright to your changes, even after your contribution becomes part of our
26 codebase, so we need your permission to use and distribute your code. We also
27 need to be sure of various other things—for instance that you'll tell us if you
28 know that your code infringes on other people's patents. You don't have to sign
29 the CLA until after you've submitted your code for review and a member has
30 approved it, but you must do it before we can put your code into our codebase.
31
32 Before you start working on a larger contribution, you should get in touch with
33 us first through the issue tracker with your idea so that we can help out and
34 possibly guide you. Coordinating up front makes it much easier to avoid
35 frustration later on.
36
37 ### Code reviews
38 All submissions, including submissions by project members, require review.
39
40 ### File headers
41 All files in the project must start with the following header.
42
43 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS fil e
44 // for details. All rights reserved. Use of this source code is governed by a
45 // BSD-style license that can be found in the LICENSE file.
46
47 ### The small print
48 Contributions made by corporations are covered by a different agreement than the
49 one above, the
50 [Software Grant and Corporate Contributor License Agreement](https://developers. google.com/open-source/cla/corporate).
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine