-
Notifications
You must be signed in to change notification settings - Fork 89
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
"File a bug about this page" links ignore specified title and label #351
Comments
This seems to work fine for me? |
I can still reproduce. I've tried in both Firefox and Chrome with the same results. Where do things diverge for you? Do you not get redirected from https://github.com/curl/curl/issues/new?title=CURLOPT_SSL_VERIFYHOST%20man%20page:&labels=documentation to https://github.com/curl/curl/issues/new/choose ? Maybe GitHub treats you differently because you're an owner of the repository? |
Yeah, I think that might be what's going on... |
Does this link work for you? https://github.com/curl/curl/issues/new?labels=documentation&template=docs.yml&title=moo |
The previous links stopped working correctly at some point. They would still end up in the bug tracker but not with the title correctly filled in and the 'documentation' label set as intended. This should bring back this feature. Reported-by: James Abbatiello Fixes #351
Excellent, thanks for testing. I'll merge #364 now which should fix this. |
The documentation pages have links saying "File a bug about this page". For example https://curl.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html has a link pointing to https://github.com/curl/curl/issues/new?title=CURLOPT_SSL_VERIFYHOST%20man%20page:&labels=documentation .
Unfortunately that URL now redirects to https://github.com/curl/curl/issues/new/choose . Even if you pick the "Bug Report" option from that page, the title of "CURLOPT_SSL_VERIFYHOST man page:" and the label of "documentation" are lost.
Adding
&template=bug_report.yml
to the end of the URL to produce https://github.com/curl/curl/issues/new?title=CURLOPT_SSL_VERIFYHOST%20man%20page:&labels=documentation&template=bug_report.yml will fix the issue with the title being lost, but it does not fix the label. The fields in this template may not be the most relevant for a documentation-only bug. Perhaps a separate template for documentation bugs would be useful?The text was updated successfully, but these errors were encountered: