Contributing: remove the suggestion to contact @imfilp on Twitter

@filp is now less actively involved with the project.
People contacting him on Twitter directly will both bother him,
and delay the useful feedback getting back to the project.
This commit is contained in:
Denis Sokolov
2013-12-20 10:30:04 +02:00
parent 1fe3eded24
commit 764bbc3c40
+1 -5
View File
@@ -1,5 +1,4 @@
If you want to give me some feedback or make a suggestion, send me a message through
twitter: [@imfilp](https://twitter.com/imfilp)
If you want to give me some feedback or make a suggestion, create an [issue on GitHub](https://github.com/filp/whoops/issues/new).
If you want to get your hands dirty, great! Here's a couple of steps/guidelines:
@@ -20,6 +19,3 @@ $ git checkout -b feature/flames-on-the-side
- Add your changes & tests for those changes (in `tests/`).
- Remember to stick to the existing code style as best as possible. When in doubt, follow `PSR-2`.
- Send me a pull request!
If you don't want to go through all this, but still found something wrong or missing, please
let me know, and/or **open a new issue report** so that I or others may take care of it.