mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
115 lines
3.7 KiB
YAML
115 lines
3.7 KiB
YAML
name: "\U0001F41B Bug Report"
|
|
description: "If something isn't working as expected \U0001F914"
|
|
labels: ["needs triage"]
|
|
type: bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## :warning: We use GitHub Issues to track bug reports, feature requests and regressions
|
|
|
|
If you are not sure that your issue is a bug, you could:
|
|
|
|
- read the [FAQ's common errors](https://docs.nestjs.com/faq/common-errors) page
|
|
- use our [Discord community](https://discord.gg/NestJS)
|
|
- use [StackOverflow using the tag `nestjs`](https://stackoverflow.com/questions/tagged/nestjs)
|
|
- If it's just a quick question you can ping [our Twitter](https://twitter.com/nestframework)
|
|
|
|
**NOTE:** You don't need to answer questions that you know that aren't relevant.
|
|
|
|
---
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "Is there an existing issue for this?"
|
|
description: "Please search [here](../issues?q=is%3Aissue) to see if an issue already exists for the bug you encountered"
|
|
options:
|
|
- label: "I have searched the existing issues"
|
|
required: true
|
|
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Current behavior"
|
|
description: "How the issue manifests?"
|
|
|
|
- type: input
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Minimum reproduction code"
|
|
placeholder: "https://github.com/..."
|
|
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. [What is a minimum reproduction?](https://jmcdo29.github.io/wtf-is-a-minimum-reproduction)
|
|
|
|
> [!WARNING]
|
|
> We may close this Issue if we don't manage to reproduce the potential bug. [Read this](https://antfu.me/posts/why-reproductions-are-required) to understand why.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Steps to reproduce"
|
|
description: |
|
|
How the issue manifests?
|
|
You could leave this blank if you already write this in your reproduction code
|
|
placeholder: |
|
|
1. `npm ci`
|
|
2. `npm start:dev`
|
|
3. See error...
|
|
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Expected behavior"
|
|
description: "A clear and concise description of what you expected to happened (or code)"
|
|
|
|
- type: input
|
|
attributes:
|
|
label: "NestJS version"
|
|
description: |
|
|
Which exact version of `@nestjs/core` package are you using?
|
|
**Tip**: Make sure that all of yours `@nestjs/*` dependencies are in sync!
|
|
placeholder: "10.0.0"
|
|
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Packages versions"
|
|
description: |
|
|
You could leave your whole `package.json` dependencies list here, or just indicate which version of `@nestjs/*` you are using
|
|
**Tip**: run _npx nest info_
|
|
value: |
|
|
```json
|
|
|
|
```
|
|
|
|
- type: input
|
|
attributes:
|
|
label: "Node.js version"
|
|
description: "Which version of Node.js are you using?"
|
|
placeholder: "24.0.0"
|
|
|
|
- type: checkboxes
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "In which operating systems have you tested?"
|
|
options:
|
|
- label: macOS
|
|
- label: Windows
|
|
- label: Linux
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
---
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Other"
|
|
description: |
|
|
Anything else relevant? eg: Logs, OS version, IDE, package manager, etc.
|
|
**Tip:** You can attach images, recordings or log files by clicking this area to highlight it and then dragging files in
|