Skip to content

Commit 6a71b50

Browse files
Merge pull request #15540 from micalevisk/patch-1
chore: update bug report issue template
2 parents 422c8ac + c14e8e3 commit 6a71b50

File tree

1 file changed

+3
-36
lines changed

1 file changed

+3
-36
lines changed

.github/ISSUE_TEMPLATE/Bug_report.yml

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -64,46 +64,13 @@ body:
6464
label: "Expected behavior"
6565
description: "A clear and concise description of what you expected to happened (or code)"
6666

67-
- type: markdown
68-
attributes:
69-
value: |
70-
---
71-
72-
- type: checkboxes
73-
validations:
74-
required: true
75-
attributes:
76-
label: "Package"
77-
description: |
78-
Which package (or packages) do you think your issue is related to?
79-
**Tip**: The first line of the stack trace can help you to figure out this
80-
81-
The package isn't listed below? Try to find its repository [here](https://github.com/orgs/nestjs/repositories) and open the issue there instead
82-
options:
83-
- label: "I don't know. Or some 3rd-party package"
84-
- label: "<code>@nestjs/common</code>"
85-
- label: "<code>@nestjs/core</code>"
86-
- label: "<code>@nestjs/microservices</code>"
87-
- label: "<code>@nestjs/platform-express</code>"
88-
- label: "<code>@nestjs/platform-fastify</code>"
89-
- label: "<code>@nestjs/platform-socket.io</code>"
90-
- label: "<code>@nestjs/platform-ws</code>"
91-
- label: "<code>@nestjs/testing</code>"
92-
- label: "<code>@nestjs/websockets</code>"
93-
- label: "Other (see below)"
94-
95-
- type: input
96-
attributes:
97-
label: "Other package"
98-
description: "If your issue is related to some package that is not listed above nor under @nestjs org, write its name here"
99-
10067
- type: input
10168
attributes:
10269
label: "NestJS version"
10370
description: |
104-
Which version of `@nestjs/core` are you using?
71+
Which exact version of `@nestjs/core` package are you using?
10572
**Tip**: Make sure that all of yours `@nestjs/*` dependencies are in sync!
106-
placeholder: "8.1.3"
73+
placeholder: "10.0.0"
10774

10875
- type: textarea
10976
validations:
@@ -122,7 +89,7 @@ body:
12289
attributes:
12390
label: "Node.js version"
12491
description: "Which version of Node.js are you using?"
125-
placeholder: "14.17.6"
92+
placeholder: "24.0.0"
12693

12794
- type: checkboxes
12895
validations:

0 commit comments

Comments
 (0)