Skip to content

Commit ca4ed73

Browse files
committed
refine --create-issue template
1 parent c6238f6 commit ca4ed73

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

โ€ŽCHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 6.4.4
4+
5+
- Refine --create-issue template
6+
37
## 6.4.3
48

59
- Ensure real path is used when copying package contents. Potentially adds pnpm support (contribution from @milahu in #252)

โ€Žintegration-tests/create-issue/__snapshots__/create-issue.test.ts.snap

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ patch-package 0.0.0
2424
โœ” Created file patches/left-pad+1.3.0.patch
2525
2626
MOCK opening https://github.com/stevemao/left-pad/issues/new
27-
MOCK title [Replace me]
27+
MOCK title
2828
MOCK body Hi! ๐Ÿ‘‹
2929
3030
Firstly, thanks for your work on this project! ๐Ÿ™‚
3131
32-
Today I used [patch-package](https://github.com/ds300/patch-package) to patch \`[email protected]\` for the project I'm working on because [Insert reason here].
32+
Today I used [patch-package](https://github.com/ds300/patch-package) to patch \`[email protected]\` for the project I'm working on.
33+
34+
<!-- ๐Ÿ”บ๏ธ๐Ÿ”บ๏ธ๐Ÿ”บ๏ธ PLEASE REPLACE THIS BLOCK with a description of your problem, and any other relevant context ๐Ÿ”บ๏ธ๐Ÿ”บ๏ธ๐Ÿ”บ๏ธ -->
3335
3436
Here is the diff that solved my problem:
3537

โ€Žsrc/createIssue.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,14 @@ export function openIssueCreationLink({
8888

8989
open(
9090
`https://github.com/${vcs.org}/${vcs.repo}/issues/new?${stringify({
91-
title: "[Replace me]",
91+
title: "",
9292
body: `Hi! ๐Ÿ‘‹
9393
9494
Firstly, thanks for your work on this project! ๐Ÿ™‚
9595
96-
Today I used [patch-package](https://github.com/ds300/patch-package) to patch \`${packageDetails.name}@${packageVersion}\` for the project I'm working on because [Insert reason here].
96+
Today I used [patch-package](https://github.com/ds300/patch-package) to patch \`${packageDetails.name}@${packageVersion}\` for the project I'm working on.
97+
98+
<!-- ๐Ÿ”บ๏ธ๐Ÿ”บ๏ธ๐Ÿ”บ๏ธ PLEASE REPLACE THIS BLOCK with a description of your problem, and any other relevant context ๐Ÿ”บ๏ธ๐Ÿ”บ๏ธ๐Ÿ”บ๏ธ -->
9799
98100
Here is the diff that solved my problem:
99101

0 commit comments

Comments
ย (0)