mcomella / apt_github_improvements

A browser extension to add features to GitHub for the Android Product Team (APT) at Mozilla
Mozilla Public License 2.0
3 stars 0 forks source link

Show title of a linked issue in the alt text #39

Open jonalmeida opened 5 years ago

jonalmeida commented 5 years ago

Might not be worth the feature for everyone given the implementation requirements. Some times I see a list of linked issues in a PR and I just want to see the title to know the context, similar to how Github issues in a comment render cards with info on that issue.

I think to impl this, you'd have to make HEAD requests which might be a lot more work?