Skip to content

Commit 94b4c4f

Browse files
committed
chore: Fix issue template & nissuer
1 parent 898f170 commit 94b4c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body:
3030
validations:
3131
required: true
3232
attributes:
33-
label: Playground link (or link to the minimal reproduction)
33+
label: Link to the code that reproduces this issue
3434
description: "You can use [swc playground](https://play.swc.rs/) to create a reproduction link, then paste the link here. If your link is invalid, the issue will be closed automatically. Allowed domains are github.com,gist.github.com,play.swc.rs,evanw.github.io,lightningcss.dev,play.rust-lang.org,stackblitz.com"
3535
- type: textarea
3636
id: swc-info

.github/workflows/nissuer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
reproduction-hosts: "github.com,gist.github.com,play.swc.rs,evanw.github.io,lightningcss.dev,play.rust-lang.org,stackblitz.com"
2424
reproduction-invalid-label: "invalid link"
2525
reproduction-issue-labels: "C-bug"
26-
reproduction-link-section: "### Playground link \\(or link to the minimal reproduction\\)(.*)### SWC Info output"
26+
reproduction-link-section: "### Link to the code that reproduces this issue(.*)### SWC Info output"

0 commit comments

Comments
 (0)