Skip to content

Commit 4f88594

Browse files
authored
Include license and contribution guide in readme.md (#86)
1 parent 32f357c commit 4f88594

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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+
[![Total Downloads](https://poser.pugx.org/codeception/module-symfony/downloads)](https://packagist.org/packages/codeception/module-symfony)
7+
[![License](https://poser.pugx.org/codeception/module-symfony/license)](https://packagist.org/packages/codeception/module-symfony)
68

79
## Requirements
810

@@ -17,4 +19,14 @@ composer require "codeception/module-symfony" --dev
1719

1820
## Documentation
1921

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

0 commit comments

Comments
 (0)