Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: CONTRIBUTING.md

Issue 1464533002: Contributing code mechanics docs. (Closed) Base URL: https://github.com/dart-lang/linter.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CONTRIBUTING.md
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6f5e0ea67d9df7332a3cb24544e66dc22e796656..7b38b7d08f1cd1c137a361a7aa6c2dbd9f494255 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,6 +27,18 @@ All files in the project must start with the following header.
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+### Mechanics
+Contributing code is easy.
+
+ 1. Get the source: `git clone https://github.com/dart-lang/linter.git`.
+ 2. Create a topic branch: `git checkout -B my_lint_contribution`.
+ 3. (Hack; commit changes.)
+ 4. Upload your CL for review: `git cl upload`.
+ 5. Add a reviewer.
+ 6. Once accepted, land your change: `git cl land`.
+
+Alternatively, you can create a pull request.
+
### The small print
Contributions made by corporations are covered by a different agreement than the
one above, the
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698