1 | name: "\U0001F680 Feature Request"
|
2 | description: "I have a suggestion \U0001F63B!"
|
3 | labels: ["feature"]
|
4 | body:
|
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 | ---
|
17 |
|
18 | - type: checkboxes
|
19 | attributes:
|
20 | label: "Is there an existing issue that is already proposing this?"
|
21 | description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the feature you are requesting"
|
22 | options:
|
23 | - label: "I have searched the existing issues"
|
24 | required: true
|
25 |
|
26 | - type: textarea
|
27 | validations:
|
28 | required: true
|
29 | attributes:
|
30 | label: "Is your feature request related to a problem? Please describe it"
|
31 | description: "A clear and concise description of what the problem is"
|
32 | placeholder: |
|
33 | I have an issue when ...
|
34 |
|
35 | - type: textarea
|
36 | validations:
|
37 | required: true
|
38 | attributes:
|
39 | label: "Describe the solution you'd like"
|
40 | description: "A clear and concise description of what you want to happen. Add any considered drawbacks"
|
41 |
|
42 | - type: textarea
|
43 | attributes:
|
44 | label: "Teachability, documentation, adoption, migration strategy"
|
45 | description: "If you can, explain how users will be able to use this and possibly write out a version the docs. Maybe a screenshot or design?"
|
46 |
|
47 | - type: textarea
|
48 | validations:
|
49 | required: true
|
50 | attributes:
|
51 | label: "What is the motivation / use case for changing the behavior?"
|
52 | description: "Describe the motivation or the concrete use case"
|