You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Bug_report.yml
+4-2
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,17 @@ body:
38
38
required: true
39
39
attributes:
40
40
label: "Minimum reproduction code"
41
-
description: "An URL to some Git repository/[StackBlitz](https://stackblitz.com/fork/github/nestjs/typescript-starter)/[CodeSandbox](https://codesandbox.io/s/github/nestjs/typescript-starter/tree/master) project that reproduces your issue. [Wtf is a minimum reproduction?](https://jmcdo29.github.io/wtf-is-a-minimum-reproduction)"
41
+
description: |
42
+
An URL to some Git repository/[StackBlitz](https://stackblitz.com/fork/github/nestjs/typescript-starter)/[CodeSandbox](https://codesandbox.io/s/github/nestjs/typescript-starter/tree/master) project that reproduces your issue. [What is a minimum reproduction?](https://jmcdo29.github.io/wtf-is-a-minimum-reproduction)
43
+
:warning: **NOTE:** We can close this issue if we don't manage to reproduce your potential bug. [Here](https://antfu.me/posts/why-reproductions-are-required) is why.
42
44
placeholder: "https://github.com/..."
43
45
44
46
- type: textarea
45
47
attributes:
46
48
label: "Steps to reproduce"
47
49
description: |
48
50
How the issue manifests?
49
-
You could leave this blank if you alread write this in your reproduction code
51
+
You could leave this blank if you already write this in your reproduction code
0 commit comments