1Fully featured git bug tracker that:
2
3* Is fully embeded in git: you only need
4  your git repository to have a bug tracker.
5* Is distributed: use your normal git remote
6  to collaborate, push and pull your bugs!
7* Works offline: in a plane or under the sea?
8  Keep reading and writing bugs!
9* Prevents vendor lock-in: your usual service
10  is down or went bad? You already have a full backup.
11* Is fast: listing bugs or opening them is a matter
12  of milliseconds.
13* Doesn't pollute your project: no files are added
14  in your project.
15* Integrates with your tooling: use the UI you like
16  (CLI, terminal, web) or integrate with your existing
17  tools through the CLI or the GraphQL API.
18* Bridges to other bug trackers: use bridges to import
19  and export to other trackers.
20
21WWW: https://github.com/MichaelMure/git-bug
22