A distributed, collaborative, offline-first issue tracker backed by git
Find a file
Sebastian Kuzminsky d642004ee0 refactor ent comment
Instead of a two-step process handled by the application
(`Issue::new_comment()` and `Comment::set_description()` or
`Comment::edit_description()`), make a simpler-to-use single-step
`Issue::add_comment()`.

Move the implementation details from Issue to Comment.

Better log message when adding a comment.
2025-07-11 13:07:47 -06:00
src refactor ent comment 2025-07-11 13:07:47 -06:00
test add optional 'assignee' to Issue 2025-07-08 20:59:02 -06:00
.gitignore git ignore Cargo.lock 2025-07-03 16:51:52 -06:00
Cargo.toml give Comment a timestamp, display in chronological order 2025-07-08 18:42:14 -06:00
install.sh install.sh: use /usr/local/bin not /usr/bin 2025-07-07 12:40:03 -06:00
README.md add a README 2025-07-03 08:41:20 -06:00
Todo.md did some todo items 2025-07-06 00:36:51 -06:00

This is a distributed, collaborative bug tracker, backed by git.