Skip to content

Commit 5a8af5f

Browse files
committed
Include license and contribution guide in readme.md (#86)
1 parent 32f357c commit 5a8af5f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
A Codeception module for Symfony framework.
44

55
[![Actions Status](https://github.com/Codeception/module-symfony/workflows/CI/badge.svg)](https://github.com/Codeception/module-symfony/actions)
6+
[![Latest Stable Version](https://poser.pugx.org/codeception/module-symfony/v/stable)](https://github.com/Codeception/module-symfony/releases)
7+
[![Total Downloads](https://poser.pugx.org/codeception/module-symfony/downloads)](https://packagist.org/packages/codeception/module-symfony)
8+
[![License](https://poser.pugx.org/codeception/module-symfony/license)](/LICENSE)
69

710
## Requirements
811

@@ -17,4 +20,14 @@ composer require "codeception/module-symfony" --dev
1720

1821
## Documentation
1922

20-
[Module documentation](https://codeception.com/docs/modules/Symfony)
23+
See [the module documentation](https://codeception.com/docs/modules/Symfony).
24+
25+
### How to Contribute
26+
27+
See [the contribution guide](/CONTRIBUTING.md).
28+
29+
## License
30+
31+
`Codeception Module Symfony` is open-sourced software licensed under the [MIT](/LICENSE) License.
32+
33+
© Codeception PHP Testing Framework

0 commit comments

Comments
 (0)