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 a233f9c commit caf5057Copy full SHA for caf5057
src/createIssue.ts
@@ -111,9 +111,9 @@ ${patchFileContents}
111
`);
112
}
113
open(
114
- `https://github.com/${vcs.org}/${vcs.repo}/issues/new?${stringify({
115
- title: "",
116
- body: `Hi! 👋
+ `https://github.com/${vcs.org}/${vcs.repo}/issues/new?${stringify({
+ title: "",
+ body: `Hi! 👋
117
118
Firstly, thanks for your work on this project! 🙂
119
@@ -128,6 +128,7 @@ ${diffContents}
128
\`\`\`
129
130
<em>This issue body was [partially generated by patch-package](https://github.com/ds300/patch-package/issues/296).</em>
131
-`,})}`,
+`,
132
+ })}`,
133
)
134
0 commit comments