File tree Expand file tree Collapse file tree 1 file changed +3
-36
lines changed
Expand file tree Collapse file tree 1 file changed +3
-36
lines changed Original file line number Diff line number Diff 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 :
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 :
You can’t perform that action at this time.
0 commit comments