mirror of
https://github.com/filp/whoops.git
synced 2026-09-20 15:16:46 +00:00
60fbf75d7d
The forking process is explained imprecisely, and people can figure it out using GitHub help anyway. The less text there are the better chances of reading it.
356 B
356 B
If you want to give me some feedback or make a suggestion, create an issue on GitHub.
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.