Skip to content

Commit eac8fa0

Browse files
Update CONTRIBUTING.md
1 parent 6b6ac45 commit eac8fa0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CONTRIBUTING.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ Contributions are welcome, and are accepted via pull requests. Please review the
77

88
## Guidelines
99

10-
* Please follow the [PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) and [PHP-FIG Naming Conventions](https://github.com/php-fig/fig-standards/blob/master/bylaws/002-psr-naming-conventions.md).
10+
* Please follow the [PSR-2 Coding Style Guide](http://www.php-fig.org/psr/psr-2/), enforced by [StyleCI](https://styleci.io/).
1111
* Ensure that the current tests pass, and if you've added something new, add the tests where relevant.
12-
* Remember that we follow [SemVer](http://semver.org). If you are changing the behavior, or the public api, you may need to update the docs.
13-
* Send a coherent commit history, making sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash](http://git-scm.com/book/en/Git-Tools-Rewriting-History) them before submitting.
14-
* You may also need to [rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) to avoid merge conflicts.
12+
* Send a coherent commit history, making sure each individual commit in your pull request is meaningful.
13+
* You may need to [rebase](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) to avoid merge conflicts.
14+
* If you are changing the behavior, or the public api, you may need to update the docs.
15+
* Please remember that we follow [SemVer](http://semver.org/).
1516

1617

1718
## Running Tests
1819

19-
You will need an install of [Composer](https://getcomposer.org) before continuing.
20+
You will need an install of [Composer](https://getcomposer.org/) before continuing.
2021

2122
First, install the dependencies:
2223

@@ -32,6 +33,6 @@ $ vendor/bin/phpunit
3233

3334
If the test suite passes on your local machine you should be good to go.
3435

35-
When you make a pull request, the tests will automatically be run again by [Travis CI](https://travis-ci.org/) on multiple PHP versions and HHVM.
36+
When you make a pull request, the tests will automatically be run again by [Travis CI](https://travis-ci.org/).
3637

37-
We also have StyleCI setup to automatically check and fix any code style issues.
38+
We also have [StyleCI](https://styleci.io/) setup to automatically fix any code style issues.

0 commit comments

Comments
 (0)