diff --git a/.github/ISSUE_TEMPLATE/Bug_report.yml b/.github/ISSUE_TEMPLATE/Bug_report.yml index 8efa990da86..0a078d8e9a7 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.yml +++ b/.github/ISSUE_TEMPLATE/Bug_report.yml @@ -64,46 +64,13 @@ body: label: "Expected behavior" description: "A clear and concise description of what you expected to happened (or code)" - - type: markdown - attributes: - value: | - --- - - - type: checkboxes - validations: - required: true - attributes: - label: "Package" - description: | - Which package (or packages) do you think your issue is related to? - **Tip**: The first line of the stack trace can help you to figure out this - - The package isn't listed below? Try to find its repository [here](https://github.com/orgs/nestjs/repositories) and open the issue there instead - options: - - label: "I don't know. Or some 3rd-party package" - - label: "@nestjs/common" - - label: "@nestjs/core" - - label: "@nestjs/microservices" - - label: "@nestjs/platform-express" - - label: "@nestjs/platform-fastify" - - label: "@nestjs/platform-socket.io" - - label: "@nestjs/platform-ws" - - label: "@nestjs/testing" - - label: "@nestjs/websockets" - - label: "Other (see below)" - - - type: input - attributes: - label: "Other package" - description: "If your issue is related to some package that is not listed above nor under @nestjs org, write its name here" - - type: input attributes: label: "NestJS version" description: | - Which version of `@nestjs/core` are you using? + Which exact version of `@nestjs/core` package are you using? **Tip**: Make sure that all of yours `@nestjs/*` dependencies are in sync! - placeholder: "8.1.3" + placeholder: "10.0.0" - type: textarea validations: @@ -122,7 +89,7 @@ body: attributes: label: "Node.js version" description: "Which version of Node.js are you using?" - placeholder: "14.17.6" + placeholder: "24.0.0" - type: checkboxes validations: