Commit 9c417527 by Daniel Zhang

Typo fix [ci skip]

parent 78d37e4d
Getting started with Yii2 development Getting started with Yii2 development
===================================== =====================================
1. Clone your fork of yii2 `git clone git@github.com:<yourname>/yii2`. 1. Clone your fork of yii2 `git clone git@github.com:<yourname>/yii2.git`.
2. Change into the repo folder `cd yii2`. 2. Change into the repo folder `cd yii2`.
3. run `./build/build app/link basic` to install composer dependecies for the basic app. 3. run `./build/build app/link basic` to install composer dependecies for the basic app.
This command will install foreign composer packages as normal but will link the yii2 repo to This command will install foreign composer packages as normal but will link the yii2 repo to
......
...@@ -24,7 +24,7 @@ Change to the directory where you cloned Yii, normally, "yii2". Then enter the f ...@@ -24,7 +24,7 @@ Change to the directory where you cloned Yii, normally, "yii2". Then enter the f
git remote add upstream git://github.com/yiisoft/yii2.git git remote add upstream git://github.com/yiisoft/yii2.git
``` ```
### 3. Make sure there is an issue created for the thing you are working on if it requires signifcant effort to fix ### 3. Make sure there is an issue created for the thing you are working on if it requires significant effort to fix
All new features and bug fixes should have an associated issue to provide a single point of reference for discussion All new features and bug fixes should have an associated issue to provide a single point of reference for discussion
and documentation. Take a few minutes to look through the existing issue list for one that matches the contribution you and documentation. Take a few minutes to look through the existing issue list for one that matches the contribution you
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment