We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50444be commit caf8e08Copy full SHA for caf8e08
1 file changed
src/dotnet/APIView/APIViewWeb/Client/src/shared/comments.ts
@@ -213,10 +213,10 @@ $(() => {
213
apiViewUrl = window.location.href.split("#")[0] + "%23" + escape(escape(hp.getElementId(commentElement[0])!));
214
}
215
216
- let issueBody = escape("```" + language + "\n" + codeLine.text().trim() + "\n```\n#\n" + comment);
+ let issueBody = escape("```" + language + "\n" + codeLine.text().trim() + "\n```\n#\n" + comment + "\n#\n" + "[Created from ApiView comment](" + apiViewUrl + ")");
217
// TODO uncomment below once the feature to support public ApiView Reviews is enabled.
218
- //+ "\n#\n")
219
- //+ "[Created from ApiView comment](" + apiViewUrl + ")";
+
220
221
window.open(
222
"https://github.com/Azure/" + repo + "/issues/new?" +
0 commit comments