Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit d41c3f3

Browse files
committed
Contributing code mechanics docs.
BUG= [email protected] Review URL: https://codereview.chromium.org//1464533002 .
1 parent 8e80ae7 commit d41c3f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ All files in the project must start with the following header.
2727
// for details. All rights reserved. Use of this source code is governed by a
2828
// BSD-style license that can be found in the LICENSE file.
2929

30+
### Mechanics
31+
Contributing code is easy.
32+
33+
1. Get the source: `git clone https://github.com/dart-lang/linter.git`.
34+
2. Create a topic branch: `git checkout -B my_lint_contribution`.
35+
3. (Hack; commit changes.)
36+
4. Upload your CL for review: `git cl upload`.
37+
5. Add a reviewer.
38+
6. Once accepted, land your change: `git cl land`.
39+
40+
Alternatively, you can create a pull request.
41+
3042
### The small print
3143
Contributions made by corporations are covered by a different agreement than the
3244
one above, the

0 commit comments

Comments
 (0)