-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manage comments #12
Comments
I edited a couple of minor things and renamed the command to simply 'discussion', as I thought it was too long otherwise. I also added output for additional commits. However, this is not complete yet, as I think it would be nice to have all commit messages in there (including the initial one, which is missing at the moment). At some point I'd like to merge this command into 'show', such that the user has all relevant information at once. The only thing missing to close this issue is a command 'comment' that takes the ID and a string to create a new comment. I was thinking of sth. like this: |
OK, I merged discussion into 'show', since I don't think there are real use cases for having it a separate command. Also, 'show' really gives a very good overview about what's happening. |
I added the command 'approve' that basically just adds a comment. Eventually, some refactoring will help to close this issue here, too, by just using the already present code. Assigning myself to the task. |
Enable the user to display existing comments and add new ones.
The text was updated successfully, but these errors were encountered: