## Web UI (status: WIP) You can launch a rich Web UI with `git bug webui`. ![Web UI screenshot 1](doc/webui1.png) ![Web UI screenshot 2](doc/webui2.png) This web UI is entirely packed inside the same go binary and serve static content through a localhost http server. The web UI interact with the backend through a GraphQL API. The schema is available [here](graphql/schema.graphql). ## Internals Interested by how it works ? Have a look at the [data model](doc/model.md). ## Misc - [Bash completion](misc/bash_completion) - [Zsh completion](misc/zsh_completion) - [ManPages](doc/man) ## Planned features - media embedding - import/export of github issue - extendable data model to support arbitrary bug tracker - inflatable raptor ## Contribute PRs accepted. Drop by the [Gitter lobby](https://gitter.im/the-git-bug/Lobby) for a chat. ## Contributors This project exists thanks to all the people who contribute. ## Backers Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/git-bug#backer)] ## Sponsors Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/git-bug#sponsor)] ## License Unless otherwise stated, this project is released under the [GPLv3](LICENSE) or later license © Michael Muré. The git-bug logo by [Viktor Teplov](https://github.com/vandesign) is released under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](misc/logo/LICENSE) license © Viktor Teplov.