Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
284643fe
Commit
284643fe
authored
Oct 23, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5701 from danielzhme/docs
Typo fix [ci skip]
parents
ab9afd74
9c417527
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
getting-started.md
docs/internals/getting-started.md
+1
-1
git-workflow.md
docs/internals/git-workflow.md
+1
-1
No files found.
docs/internals/getting-started.md
View file @
284643fe
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`
.
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
...
...
docs/internals/git-workflow.md
View file @
284643fe
...
...
@@ -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
```
### 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 signif
i
cant effort to fix
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment