-
-
Notifications
You must be signed in to change notification settings - Fork 726
Link to our official Gitter chat room #432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
We've deprecated our old IRC channel and now use a Gitter chat room instead: https://gitter.im/reactphp/reactphp
"license": "MIT", | ||
"support": { | ||
"issues": "https://github.com/reactphp/react/issues", | ||
"irc": "irc://irc.freenode.org/reactphp" | ||
"chat": "https://gitter.im/reactphp/reactphp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add this to all our packages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm undecided, but I can see some use for this 🤷♂️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It shows up on the packagist page for each package so might not be a bad idea 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@WyriHaximus Fair point! My vote would be to postpone this discussion until we see we're happy with adoption of the new chat room and then discuss this in a separate ticket in a few weeks and not hold this one back
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clue of course, just thinking out loud :)
We've deprecated our old IRC channel and now use a Gitter chat room
instead: https://gitter.im/reactphp/reactphp
Refs #429
Refs reactphp/website#50