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. |
||
|---|---|---|
| .. | ||
| bin/ent | ||
| comment.rs | ||
| git.rs | ||
| issue.rs | ||
| issues.rs | ||
| lib.rs | ||