5
5
If you wish to contribute to this project, please be sure to
6
6
read/subscribe to the following resources:
7
7
8
- - [ Coding Standards] ( https://github.com/zendframework/zendframework/wiki/Coding-Standards )
9
- - [ Contributor's Guide] ( CONTRIBUTING.md )
8
+ - [ Coding Standards] ( https://github.com/zendframework/zend-coding-standard )
9
+ - [ Forums] ( https://discourse.zendframework.com/c/contributors )
10
+ - [ Slack] ( https://zendframework-slack.herokuapp.com )
10
11
11
12
If you are working on new features or refactoring [ create a
12
- proposal] ( https://github.com/weierophinney/ hal/issues/new ) .
13
+ proposal] ( https://github.com/zendframework/zend-expressive- hal/issues/new ) .
13
14
14
15
## RUNNING TESTS
15
16
@@ -18,8 +19,8 @@ To run tests:
18
19
- Clone the repository:
19
20
20
21
``` console
21
- $ git clone git://github.com/weierophinney/ hal.git
22
- $ cd zend-expressive
22
+ $ git clone git://github.com/zendframework/zend-expressive- hal.git
23
+ $ cd zend-expressive-hal
23
24
```
24
25
25
26
- Install dependencies via composer:
@@ -70,19 +71,19 @@ pull your work into the master repository. We recommend using
70
71
[ GitHub] ( https://github.com ) , as that is where the component is already hosted.
71
72
72
73
1 . Setup a [ GitHub account] ( https://github.com/ ) , if you haven't yet
73
- 2 . Fork the repository (https://github.com/weierophinney/ hal )
74
+ 2 . Fork the repository (https://github.com/zendframework/zend-expressive- hal )
74
75
3 . Clone the canonical repository locally and enter it.
75
76
76
77
``` console
77
- $ git clone git://github.com/weierophinney/ hal.git
78
- $ cd zend-expressive
78
+ $ git clone git://github.com/zendframework/zend-expressive- hal.git
79
+ $ cd zend-expressive-hal
79
80
```
80
81
81
82
4 . Add a remote to your fork; substitute your GitHub username in the command
82
83
below.
83
84
84
85
``` console
85
- $ git remote add {username} git@github.com:{username}/zend-expressive.git
86
+ $ git remote add {username} git@github.com:{username}/zend-expressive-hal .git
86
87
$ git fetch {username}
87
88
```
88
89
@@ -145,7 +146,7 @@ Delta compression using up to 2 threads.
145
146
Compression objects: 100% (18/18), done.
146
147
Writing objects: 100% (20/20), 8.19KiB, done.
147
148
Total 20 (delta 12), reused 0 (delta 0)
148
- To ssh://git@github.com/{username}/zend-expressive.git
149
+ To ssh://git@github.com/{username}/zend-expressive-hal .git
149
150
b5583aa..4f51698 HEAD -> master
150
151
```
151
152
0 commit comments