#910108 RFP: git-bug -- Distributed bug tracker embedded in Git

Package:
wnpp
Source:
wnpp
Submitter:
Antoine Beaupre
Date:
2025-11-29 16:41:58 UTC
Severity:
wishlist
#910108#5
Date:
2018-10-02 19:44:04 UTC
From:
To:
* Package name    : git-bug
  Version         : 0.3.0
  Upstream Author : Michael Muré <batolettre@gmail.com>
* URL             : https://github.com/MichaelMure/git-bug
* License         : GPL-3+
  Programming Lang: Golang
  Description     : Distributed bug tracker embedded in Git

git-bug is a distributed bug tracker embedded in git. It uses git's
internal storage so no files are added in your project.

As you would do with commits and branches, you can push your bugs to
the same git remote you are already using to collaborate with other
people.

==

I've been maintaining bugs-everywhere (BE) in Debian for a while now,
which accomplishes a similar goal, but with bugs stored in branches
(or in files? i forgot). In any case, BE is unmaintained now and this
looks like a promising alternative, particularly with future two-way
integration with upstream bugtrackers (e.g. GitHub import for now).

It probably has (too many) golang dependencies that need to be bundled
and all that usual stuff.

Golang team maintenance, most likely. Documented here to share it with
the Debian community and make sure there's no work duplicated.

#910108#10
Date:
2020-05-22 13:49:39 UTC
From:
To:
I would have loved to see this one in debian as well!  May be someone
from Debian Go Team could have paved the way