Skip to content

Commit 440e4af

Browse files
committed
Add contribution note
1 parent b8fa3b2 commit 440e4af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ You can also use the bound Guzzle handle in other HTTP clients, by resolving `\C
2020
composer require cego/curl-handle-reuse-laravel-octane
2121
```
2222

23+
# Contributing
24+
Feel free to open issues or pull requests if you have any suggestions or improvements. Remember to run php-cs-fixer, unittests and phpstan before opening a pull request.
25+
2326
# Performance
2427
You can expect to reduce the latency of outgoing requests by 2 times the latency roundtrip. The speedup factor will depend on the latency of the server you are connecting to, compared to the execution time of the endpoint you are calling.
2528

0 commit comments

Comments
 (0)