Contributing: add a note about contributing an integration with a framework

This commit is contained in:
Denis Sokolov
2014-02-17 15:05:12 +01:00
parent 71277f6355
commit 4a97cb06f2
+1
View File
@@ -5,5 +5,6 @@ If you want to get your hands dirty, great! Here's a couple of steps/guidelines:
- Add tests for your changes (in `tests/`).
- Remember to stick to the existing code style as best as possible. When in doubt, follow `PSR-2`.
- Before investing a lot of time coding, create an issue to get our opinion on your big changes.
- If you want to add an integration to a web framework, please [review our guidelines for that](https://github.com/filp/whoops/wiki/Contributing-an-integration-with-a-framework).
In `PrettyPageHandler` we are using a Zepto library, but if you are only familiar with jQuery, note that it is pretty much identical.