UNPKG

2.85 kBYAMLView Raw
1name: "\U0001F4A5 Regression"
2description: "Report an unexpected behavior while upgrading your Nest application!"
3labels: ["needs triage"]
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: "Did you read the migration guide?"
23 description: "Check out the [migration guide here](https://docs.nestjs.com/migration-guide)!"
24 options:
25 - label: "I have read the whole migration guide"
26 required: false
27
28 - type: checkboxes
29 attributes:
30 label: "Is there an existing issue that is already proposing this?"
31 description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the feature you are requesting"
32 options:
33 - label: "I have searched the existing issues"
34 required: true
35
36 - type: input
37 attributes:
38 label: "Potential Commit/PR that introduced the regression"
39 description: "If you have time to investigate, what PR/date/version introduced this issue"
40 placeholder: "PR #123 or commit 5b3c4a4"
41
42 - type: input
43 attributes:
44 label: "Versions"
45 description: "From which version of `@nestjs/cli` to which version you are upgrading"
46 placeholder: "8.1.0 -> 8.1.3"
47
48 - type: textarea
49 validations:
50 required: true
51 attributes:
52 label: "Describe the regression"
53 description: "A clear and concise description of what the regression is"
54
55 - type: textarea
56 attributes:
57 label: "Minimum reproduction code"
58 description: |
59 Please share a git repo, a gist, or step-by-step instructions. [Wtf is a minimum reproduction?](https://jmcdo29.github.io/wtf-is-a-minimum-reproduction)
60 **Tip:** If you leave a minimum repository, we will understand your issue faster!
61 value: |
62 ```ts
63
64 ```
65
66 - type: textarea
67 validations:
68 required: true
69 attributes:
70 label: "Expected behavior"
71 description: "A clear and concise description of what you expected to happend (or code)"
72
73 - type: textarea
74 attributes:
75 label: "Other"
76 description: |
77 Anything else relevant? eg: Logs, OS version, IDE, package manager, etc.
78 **Tip:** You can attach images, recordings or log files by clicking this area to highlight it and then dragging files in
79
\No newline at end of file