UNPKG

3.21 kBYAMLView Raw
1name: "\U0001F41B Bug Report"
2description: "If something isn't working as expected \U0001F914"
3labels: ["needs triage", "bug"]
4body:
5 - type: markdown
6 attributes:
7 value: |
8 ## :warning: We use GitHub Issues to track bug reports, feature requests and regressions
9
10 If you are not sure that your issue is a bug, you could:
11
12 - use our [Discord community](https://discord.gg/NestJS)
13 - use [StackOverflow using the tag `nestjs`](https://stackoverflow.com/questions/tagged/nestjs)
14 - If it's just a quick question you can ping [our Twitter](https://twitter.com/nestframework)
15
16 **NOTE:** You don't need to answer questions that you know that aren't relevant.
17
18 ---
19
20 - type: checkboxes
21 attributes:
22 label: "Is there an existing issue for this?"
23 description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the bug you encountered"
24 options:
25 - label: "I have searched the existing issues"
26 required: true
27
28 - type: textarea
29 validations:
30 required: true
31 attributes:
32 label: "Current behavior"
33 description: "How the issue manifests?"
34
35 - type: input
36 validations:
37 required: true
38 attributes:
39 label: "Minimum reproduction code"
40 description: "An URL to some git repository or gist that reproduces this issue. [Wtf is a minimum reproduction?](https://jmcdo29.github.io/wtf-is-a-minimum-reproduction)"
41 placeholder: "https://github.com/..."
42
43 - type: textarea
44 attributes:
45 label: "Steps to reproduce"
46 description: |
47 How the issue manifests?
48 You could leave this blank if you alread write this in your reproduction code/repo
49 placeholder: |
50 1. `npm i`
51 2. `npm start:dev`
52 3. See error...
53
54 - type: textarea
55 validations:
56 required: true
57 attributes:
58 label: "Expected behavior"
59 description: "A clear and concise description of what you expected to happend (or code)"
60
61 - type: markdown
62 attributes:
63 value: |
64 ---
65
66 - type: input
67 validations:
68 required: true
69 attributes:
70 label: "Package version"
71 description: |
72 Which version of `@nestjs/cli` are you using?
73 **Tip**: Make sure that all of yours `@nestjs/*` dependencies are in sync!
74 placeholder: "8.1.3"
75
76 - type: input
77 attributes:
78 label: "NestJS version"
79 description: "Which version of `@nestjs/core` are you using?"
80 placeholder: "8.1.3"
81
82 - type: input
83 attributes:
84 label: "Node.js version"
85 description: "Which version of Node.js are you using?"
86 placeholder: "14.17.6"
87
88 - type: checkboxes
89 attributes:
90 label: "In which operating systems have you tested?"
91 options:
92 - label: macOS
93 - label: Windows
94 - label: Linux
95
96 - type: markdown
97 attributes:
98 value: |
99 ---
100
101 - type: textarea
102 attributes:
103 label: "Other"
104 description: |
105 Anything else relevant? eg: Logs, OS version, IDE, package manager, etc.
106 **Tip:** You can attach images, recordings or log files by clicking this area to highlight it and then dragging files in
107
\No newline at end of file