Skip to content

Commit 708a6fb

Browse files
committed
Update README to have change log, contributing, License, Credits and Security sections
1 parent 10dc60e commit 708a6fb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,33 @@ $collection = MyStringSetCollection::create(['foo', 'bar', 'foo']); // Throws In
119119
## Examples
120120

121121
We provide two simple examples for better understanding. One related to [invoices](https://github.com/dcsg/php-immutable-collections/blob/master/examples/Invoices/app.php) and another one regarding [Legs of a Cargo Ship](https://github.com/dcsg/php-immutable-collections/blob/master/examples/CargoLegs/app.php).
122+
123+
## Change log
124+
125+
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
126+
127+
## Testing
128+
129+
```bash
130+
$ composer test
131+
```
132+
133+
## Contributing
134+
135+
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for details.
136+
137+
## Security
138+
139+
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
140+
141+
## Credits
142+
143+
- [Daniel Gomes][link-author]
144+
- [All Contributors][link-contributors]
145+
146+
## License
147+
148+
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
149+
150+
[link-author]: https://github.com/dcsg
151+
[link-contributors]: ../../contributors

0 commit comments

Comments
 (0)