Skip to content

Commit afafc97

Browse files
authored
Update CONTRIBUTING.md
1 parent 5d1ddf0 commit afafc97

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,23 @@
11
# Contributing
22

3-
Contributions are **welcome** and will be fully **credited**.
3+
Contributions are **welcome**.
44

55
We accept contributions via Pull Requests on [Github](https://github.com/thephpleague/pdf-to-image).
66

77

88
## Pull Requests
99

10-
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer).
11-
12-
- **Add tests!** - Your patch won't be accepted if it doesn't have tests.
13-
1410
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
1511

1612
- **Create feature branches** - Don't ask us to pull from your master branch.
1713

1814
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
1915

20-
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.
21-
22-
2316
## Running Tests
2417

2518
``` bash
2619
$ phpunit
2720
```
2821

2922

30-
**Happy coding**!
23+
**Happy coding**!

0 commit comments

Comments
 (0)