We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81fbe4 commit 7f3d68aCopy full SHA for 7f3d68a
src/createIssue.ts
@@ -105,7 +105,7 @@ export function openIssueCreationLink({
105
106
if (patchContentExceedsLimit) {
107
diffContents = '<!-- 🔺️🔺️🔺️ PLEASE REPLACE THIS BLOCK with the diff contents printed out by the `--create-issue` command. 🔺️🔺️🔺️ -->';
108
- console.log(`📋 Copy the following diff contents and paste them into the issue diff section:
+ console.log(`📋 Copy the following diff contents and paste it in the new issue's diff section:
109
110
${patchFileContents}
111
`);
0 commit comments