Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add "Report An Issue" action in developer documentation toc #411
Conversation
saivann
added some commits
May 19, 2014
|
@saivann - great idea! |
|
@saivann I tested it, and it works well when I click the link normally. When I Ctrl-click (or third-mouse-button click) to open in a new tab, the URL isn't copied in the issue. Is that something which can be easily fixed or something which Javascript can't do easily? Either way, a report-new-issue screen is opened, and this makes it easy for people to report issues, so LGTM as-is. |
saivann
added some commits
May 19, 2014
|
@gwb3 Thanks! |
|
Tested again with open-new-tab and it works. LGTM. Thanks, @saivann! |
|
Thanks! Merging this into the main pull req. |
saivann commentedMay 19, 2014
This adds a "Report An Issue" entry in devel docs table of content, so people reading the documentation can easily report any mistake / typo on GitHub anywhere on the page. If javascript is enabled, the GitHub issue description is automatically filled with current browser location url.
Edit: Thanks to @harding for suggesting GitHub REST API idea.