1.4 KiB
Welcome to kbtui!
An application for those who want to use Keybase, but don't want to leave the comfort of their terminal.
Basic Rules
Thank you for taking the time to contribute to this project! There are two main rules:
- Don't be rude
- Keep it simple, stupid
There is nothing to be gained by being rude anywhere; contributions to this project are no different. Also when in doubt, simplify everything. There are other people who are reading, forking, and working on this project. See the style guidelines below in the Getting Started section.
Pull Requests
In order for a PR to be accepted it must be two things:
Getting Started!
Please read through Effective Go and Style guidelines for go. If you're having difficulties getting started I suggest you try to learn go with tests.
It might also help to read the godoc for @dxb's Keybase framework, as well as the godoc for gocui, the library we're using for the TUI. Please note, we're using the awesome-gocui version of gocui.