Add GitHub file path of .qmd when reporting an issue #13530
Replies: 2 comments 5 replies
-
It depends on whether GitHub supports this, and I don't know whether it does. We can only communicate with GitHub via the URL that users click. See, for example, https://quarto.org/docs/manuscripts/publishing.html The two links are:
Because GitHub's new issue flow can be quite complicated (and can depend on the repo), I don't think it's straightforward to communicate the filename through the URL into their interactive UI flow. If you want to investigate that for us and report, that would be appreciated, but we honestly have our plates pretty full at the moment and this is a nice-to-have rather than a large feature we can invest significant time in. |
Beta Was this translation helpful? Give feedback.
-
It does:
The issue is when using issue template, because they already populates "body" for instance.
In Quarto.org, the "report an issue" link could be replaced with the TypeScript equivalent of: FILE=docs/authoring/markdown-basics.qmd
echo "https://github.com/quarto-dev/quarto-cli/issues/new?template=documentation.yml&title=Issue%20on%20%60${FILE}%60" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I love the feature in all html based quarto files to add a "Report an issue" link on all pages. If you click on this link, a GitHub issue is created with a blank description box. It would be great if the GitHub path of the .qmd file could be added automatically to the description box.
This would make resolving issues more targeted. Would this be something that could be implemented?
Beta Was this translation helpful? Give feedback.
All reactions