Skip to content

Commit

Permalink
Updated contributions guide
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Jan 1, 2016
1 parent 93b2b7a commit 4934e26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Expand Up @@ -10,7 +10,7 @@ read/subscribe to the following resources:
* [PSR 1 Coding Standards](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md)
* [PSR 0 Autoloading standards](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md)

If you are working on new features or refactoring [create a proposal](https://github.com/belgattitude/dbwrapper/issues/new).
If you are working on new features or refactoring [create a proposal](https://github.com/belgattitude/soluble-dbwrapper/issues/new).

## Reporting Issues

Expand Down Expand Up @@ -43,8 +43,8 @@ To run tests:
- Clone the repository:

```console
$ git clone git@github.com:belgattitude/dbwrapper.git
$ cd dbwrapper
$ git clone git@github.com:belgattitude/soluble-dbwrapper.git
$ cd soluble-dbwrapper
```

- Install dependencies via composer:
Expand Down Expand Up @@ -131,19 +131,19 @@ pull your work into the master repository. We recommend using
[GitHub](https://github.com), as that is where the component is already hosted.

1. Setup a [GitHub account](http://github.com/), if you haven't yet
2. Fork the repository (http://github.com/belgattitude/dbwrapper)
2. Fork the repository (http://github.com/belgattitude/soluble-dbwrapper)
3. Clone the canonical repository locally and enter it.

```console
$ git clone git://github.com:belgattitude/dbwrapper.git
$ cd dbwrapper
$ git clone git://github.com:belgattitude/soluble-dbwrapper.git
$ cd soluble-dbwrapper
```

4. Add a remote to your fork; substitute your GitHub username in the command
below.

```console
$ git remote add {username} git@github.com:{username}/dbwrapper.git
$ git remote add {username} git@github.com:{username}/soluble-dbwrapper.git
$ git fetch {username}
```

Expand Down Expand Up @@ -206,7 +206,7 @@ Delta compression using up to 2 threads.
Compression objects: 100% (18/18), done.
Writing objects: 100% (20/20), 8.19KiB, done.
Total 20 (delta 12), reused 0 (delta 0)
To ssh://git@github.com/{username}/dbwrapper.git
To ssh://git@github.com/{username}/soluble-dbwrapper.git
b5583aa..4f51698 HEAD -> master
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ Extra minimalist PHP database wrapper.
## Requirements

- PHP engine 5.4+, 7.0+ or HHVM >= 3.2.
- Currently tester drivers (pdo_mysql, mysqli)
- PHP extensions pfo, pdo_mysql and mysqli.

## Installation

Expand Down

0 comments on commit 4934e26

Please sign in to comment.