Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upComment on issues and pull requests from gh #517
Comments
|
Thanks @arohner! We try to keep our issues (as best as possible) organized by units of work that we or someone from the community could pick up, so I'd like to split these two things out as they're a bit different, and also expand the scope of each to issues and pull requests as opposed to just issues. I'm going to edit this one to be scoped to commenting, and if you'd like to make a new issue for editing an existing issue or pull request, you're welcome to do so. Thanks! |
|
+1 |
|
+1 for |
Nitpick: it would be even better without the # which would introduce plenty of confusions in shell commands. As a sidenote, the git-hub program already supports this feature so if (This comment has actually been written with git hub issue comment) |
|
I would |
100% agree - the standard convention of Relatedly, consider #528 in conjunction with editing - they are two distinct features, but they are related Compare: $ echo hello #hello
hello
$ echo hello \#hello
hello #helloAlso, I might need more coffee ... but I can't find a way to view all of the comments in an issue/PR? It seems to just show the top? (On an interesting side note, |
@danieldjewell This is being addressed in #1153 and #1131 |
Describe the feature or problem you’d like to solve
gh issue createis excellent, and I love being able to write issues using $EDITOR. I would also like to comment on issues using the same workflow.Proposed solution
gh issue comment #123would behave similarly togh issue create. The CLI would open $EDITOR, and submit the comment after $EDITOR closes.Using $EDITOR to type longer comments is awesome!
Additional context
When we do this we should make it available for both issues and pull requests.