Skip to content

Commit 35670a8

Browse files
committed
Update readme links. Add contributing guide.
1 parent 3128765 commit 35670a8

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Contributing
2+
3+
League\Di is an open source project released under the MIT license.
4+
Anyone can contribute, just follow a few simple guidelines:
5+
6+
- Code should follow the [PSR-2 Style Guide][1]
7+
- Unit Test Coverage. (League\Di is 100% covered now, let's keep it that way.)
8+
- Contributions are either [MIT][2] or [DBAD][3] licensed
9+
10+
[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
11+
[2]: http://opensource.org/licenses/MIT
12+
[3]: http://www.dbad-license.org/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ Alternatively, you can specify what to inject into the class upon instantiation.
7676

7777
## Contributing
7878

79-
Please see [CONTRIBUTING](https://github.com/dongilbert/loep-di/blob/master/CONTRIBUTING.md) for details.
79+
Please see [CONTRIBUTING](https://github.com/php-loep/di/blob/master/CONTRIBUTING.md) for details.
8080

8181

8282
## Credits
8383

8484
- [Don Gilbert](https://github.com/dongilbert)
85-
- [All Contributors](https://github.com/dongilbert/loep-di/contributors)
85+
- [All Contributors](https://github.com/php-loep/di/contributors)
8686

8787

8888
## License
8989

90-
The MIT License (MIT). Please see [License File](https://github.com/dongilbert/loep-di/blob/master/LICENSE) for more information.
90+
The MIT License (MIT). Please see [License File](https://github.com/php-loep/di/blob/master/LICENSE) for more information.

0 commit comments

Comments
 (0)