mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1028 from sethladd/sethladd-patch-1
Slightly clarify contribution workflow
This commit is contained in:
commit
c4f2e4e976
@ -90,13 +90,18 @@ Running the examples
|
||||
Contributing code
|
||||
-----------------
|
||||
|
||||
The Sky engine repository gladly accepts contributions via GitHub pull requests:
|
||||
The Sky engine repository gladly accepts contributions via GitHub pull requests.
|
||||
|
||||
To start working on a patch:
|
||||
|
||||
* `git fetch upstream`
|
||||
* `git checkout upstream/master -b name_of_your_branch`
|
||||
* Hack away
|
||||
* `git commit -a`
|
||||
* `git push origin name_of_your_branch`
|
||||
|
||||
To send us a pull request:
|
||||
|
||||
* `git pull-request` (if you are using [Hub](http://github.com/github/hub/)) or go to `https://github.com/<your_name_here>/sky_engine` and click the
|
||||
"Compare & pull request" button
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user