Make it clear that "PENDING" comments have to be submitted #10369
Replies: 164 comments 124 replies
@medallyon - Any chance you would be willing to share what you learned? How do I properly submit my review so that these comments go away? UPDATE: After much looking, I found the place to "Submit" my review on the "files changed" tab in the upper right hand corner. |
|
Having to submit my replies to comments on my own PR is very unintuitive in general. But I agree with the original post, it should be more clear that you're in a 'session' that needs to be closed. |
|
Please fix it, I want to reply to other comments without submitting my review yet |
|
Yeah... this is mega confusing for newer GitHub users. Here's an example where a newer user tells me "But Mike, I've reviewed your PR." And except for the "pending" label, it looks like it! Seriously. "Pending" is a poor choice of words. For so many GitHub users, "pending" sounds like legalese. I'd replace "pending" with something like:
Or maybe with an (i) (info) pop-up that says "To share your comments with the author, select Review changes" (or "Finish your review", depending on the status) |
|
Since @github-staff has yet to respond, I've posted a related Tweet: https://twitter.com/TheMikeJang/status/1562789398034276353?s=20&t=Q9Law9XkEM4WagPewd7AaQ |
|
such a freaking flow. If you just press green button "add review comment" doesn't mean you actually make a comment, you have to submit your comment as well... omg ps should I submit something after pressing "answer" button here? |
|
Ow please yes, change that to be clear in comments. I requested some reviews, but I didn't realize is marked "Pending". 😄 |
|
Happened to me as well, I replied to the reviews and after many days the maintainer made me realize that my comments are PENDING and not even visible to them. Really bad design, Github should definitely make it more intuitive |
|
Yep that just got me too. Here I was wondering why my colleagues hadn't addressed my comments ... because of course they hadn't seen them. Yet another way I dislike Github's PR experience 😡 |
|
I just realized it today after 2 months of being neglected of the reviews... |
|
yes, I meet it |
|
This is just incredible... |
|
The first time it happened to me, my teammate had to message me that he didn't see my comments on his PR. (I was glad I told him I wrote some comments, or I wouldn't have figured it out.) And sometimes my comments would become outdated by the time they are submitted, because the user had already updated the code. |
|
Same happens to me.. |
|
Bump for the stupid people at Github |
|
bump, 5 years later, this still feels like bad UI |
|
Thanks to this thread I quickly saw what the issue was. I was also confused by the "pending" tag and saw no place where I can actually submit the comment. This thread is now at least so popular, that it's pretty easy to find the "solution" 🥇 |
|
It's pretty intuitive once you get used to it. The problem is that I've had it happen maybe a half dozen times where I have ask someone to review my pull request multiple times and just get a thumbs up emoji after multiple days of pinging and then they finally realize that they just never published anything in the first place. |
|
This is really confusing, I hope it will be fixed at some point. Stumbled upon this issue just recently, I had no idea that the comments weren't yet accessible by other Reviewers in the PR. It really sucks especially when there is no explanation of the "Pending" state (e.g a tooltip that says that you need still a submission). |
|
I was going mad for a week just to realise that I fell into this trap again... absolutely stupid and nobody from GitHub/M$ cares about this after more than 4 years! |
|
omg, please, fix this UI issue. These "pending" labels are very confusing. Add something like "not visible until you submit your review" or something to the comment block indicating that pending comments are kind like a draft. |
|
Just change the string from "PENDING" to "UNSUBMITTED", please. |
|
+1 for this simple change; this being intuitive "once you get used to it" seems like a very lazy excuse for poor UI design |
|
+1 for this being confusing. If someone has left a comment on my PR and I respond to that comment by clicking the "reply" button underneath their comment, then I would expect them to be able to see the comment I have made straight away. Even just changing the wording from pending to unsubmitted would help. |
|
Similar frustrating experience for me. |
|
+1 Claude told me this while I was making a bot to fetch Github PR comments. This is mega confusing, I don't know how many comments I have made without submitting review before. |
|
I tripped on this last week, and realized that no one saw my comments today. Really frustrating. There should be a button right at the comment to submit it (and all other pending comments with it). |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It just took me 2 months to figure out that the big, yellow "PENDING" decorator on my comments does NOT mean:
"Your comment is pending to be reviewed by the maintainer."
But it actually means:
"You haven't submitted your comment (along with your review)."
It took me some additional days to figure out how to "submit" the review. I was merely commenting on a review that the maintainer had already started and expected those comments to appear on the reviewer's end as soon as I clicked on "Comment".
See the following:

All reactions