Chris Saylor
Chris Saylor
Add some niceties for contributors. * Bug issue template.
This may be problematic because the `open` command delegates the editing to an external editor, and we can't track it. It may be possible to use a git command when...
This should be able to read the filename of existing entries and put the `date` tag in the frontmatter if it doesn't already exist.
This would allow seeing the rendering in a way that it would appear on github. Additionally, this opens the door for it to be supported on other platforms. Github's wiki...
Use slack's V2 Oauth2 implementation that allows for granular permissions.
https://api.slack.com/messaging/scheduling When a player makes a move, `ChessBot` sends a message with the updated gameboard. In addition to this, we can use the scheduling message API above to set a...
It should have a similar workflow to the challenge workflow. One player requests, other player rejects or accepts.
**Describe the bug** Resigning at the very beginning of a match causes a panic and the bot does not respond to the user for the resign command. **To Reproduce** Steps...