Skip to content

Commit 96582da

Browse files
committed
Adds explicit mention of CHANGELOG to CONTRIBUTING file.
1 parent 7372b54 commit 96582da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ Contributions are **welcome** and will be fully **credited**.
44

55
We accept contributions via Pull Requests on [Github](https://github.com/potherca/flysystem-github).
66

7-
87
## Pull Requests
98

109
- **[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).
1110

1211
- **Add tests!** - Your patch won't be accepted if it doesn't have tests.
1312

14-
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
13+
- **Document any change in behaviour** - Make sure the `README.md`, `CHANGELOG.md` and any other relevant documentation are kept up-to-date.
1514

1615
- **Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
1716

@@ -21,7 +20,6 @@ We accept contributions via Pull Requests on [Github](https://github.com/potherc
2120

2221
- **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.
2322

24-
2523
## Running Tests
2624

2725
``` bash

0 commit comments

Comments
 (0)