Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit f616d79

Browse files
committed
Update README - require semantic versioning convention
1 parent d817e37 commit f616d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Root of your rule builder.
7777
2. Develop locally as usual. **Code must follow [PSR-1](http://www.php-fig.org/psr/psr-1/), [PSR-2](http://www.php-fig.org/psr/psr-2/)** -
7878
run [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to ensure, that code follows style guides
7979
3. **Cover added functionality with unit tests** and run [PHPUnit](https://phpunit.de/) to make sure, that all tests pass
80-
4. Update [README.md](README.md) to describe new or changed functionality.
81-
5. Add changes description to [CHANGES.md](CHANGES.md) file.
80+
4. Update [README.md](README.md) to describe new or changed functionality
81+
5. Add changes description to [CHANGES.md](CHANGES.md) file. Use [Semantic Versioning](https://semver.org/) convention to determine next version number.
8282
6. When ready, create pull request
8383

8484
### Make shortcuts

0 commit comments

Comments
 (0)