git-bug
git-bug copied to clipboard
Distributed, offline-first bug tracker embedded in git, with bridges
Would it be possible prioritize bugs/features (alphabetical: "prio:H/M/L" or numerical) and sort accordingly?
Todo: `git bug diff [] []`: show what bugs have been added/changed regarding the default or explicit remote. No select mechanism here, the is a filter.
@adamslc said: > What are your plans for a `git bug config` command? To start off the conversation, here is an incomplete list of things that might possibly need to...
Hi y'all, I'm really excited to try using git-bug as a backend for a personal project, but I'm getting a bit stuck on how the operations should work. I've tried...
When designing git-bug it would be very useful to have an overview of the various bug-trackers that are out there. Here is a sample of questions that I have: ##...
I've answered a decent amount of questions in this repo's issues and on the hacker news announcment. It would be neat to compile them in an easily browsable form in...
At least the mime type should be stored (it's detected when uploaded already) so it can be set properly when downloading without having to load everything in memory to detect...
As we can store arbitrary data in the git storage and reference it in a commit, we can support media in bug's comment. In particular, we can have: - images...
For now, the default git remote is hard-coded as `"origin"`. While this will work most of the time, having this being configurable would be nice. Git handle this configuration separately...
If we switched to golang and htmx it would drastically lower the maintenance burden. The BE and FE are all golang then templ is a good place to start as...