Skip to content

Commit a5aaf51

Browse files
committed
Create CONTRIBUTING.md
1 parent 3abcba8 commit a5aaf51

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Thanks for contributing to this project.
2+
3+
Everytime you open an issue please state which version of Laravel are you using and which version of this package are you using.
4+
This is very important so that problems can be issued quicker.
5+
6+
7+
Please ensure that you run `phpunit` from the project root after you've made any changes.
8+
9+
If you've added something new please create a new unit test, if you've changed something please update any unit tests as appropritate.
10+
11+
We're trying to ensure there is **100%** test code coverage (including testing PHP errors and exceptions) so please ensure any new/updated tests cover all of your changes.
12+
13+
Thank you,
14+
15+
@lucadegasperi

0 commit comments

Comments
 (0)