Open
Description
Expected Behavior
- A handy bot to notify on gitter channel whenever a new issue/PR is made to the game.
Current Behavior
- The bot is a single statement which resides in deploy.sh and doesn't post messages when someone sends a pull request as it relies on auth token, which not every contributor has. Many new features can be added too.
Possible Solution
- Propose New Features for the Bot
- Fix the current issue (bot doesn't send messages when the variables $ROOM and $TOKEN are not defined in Travis by the user) :: Workaround / Alternate method can be considered a new feature too.