Commit c70a7cd 1 parent 262fd4b commit c70a7cd Copy full SHA for c70a7cd
File tree 3 files changed +11
-8
lines changed
3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 8
8
- type : textarea
9
9
attributes :
10
10
label : Additional information
11
- description : Any code snippets, error messages, or dependency details that may be related? (`next info`)
11
+ description : Any code snippets, error messages, or dependency details that may be related?
12
12
render : js
13
13
validations :
14
14
required : false
Original file line number Diff line number Diff line change 2
2
- type : textarea
3
3
attributes :
4
4
label : Goals
5
- description : Short list of what the feature request aims to address?
5
+ description : Short list of the problems that the feature request aims to address.
6
6
value : |
7
7
1.
8
8
2.
11
11
required : true
12
12
- type : textarea
13
13
attributes :
14
- label : Non-Goals
15
- description : Short list of what the feature request _does not_ aim to address?
14
+ label : Non-goals
15
+ description : Short list of what the feature request _does not_ aim to address.
16
16
value : |
17
17
1.
18
18
2.
22
22
- type : textarea
23
23
attributes :
24
24
label : Background
25
- description : Discuss prior art, why do you think this feature is needed? Are there current alternatives?
25
+ description : Discuss prior art and provide context around your idea. Why do you think this feature is needed? Are there current alternatives?
26
26
validations :
27
27
required : true
28
28
- type : textarea
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ contact_links:
3
3
- name : Turbopack in Next.js Bug Report
4
4
url : https://github.com/vercel/next.js/issues/new?assignees=&labels=template%3A+bug&projects=&template=1.bug_report.yml
5
5
about : Create a Next.js bug report for the Turbopack team
6
- - name : Ask a question
7
- url : https://github.com/vercel/turbo/discussions
8
- about : Ask questions and discuss ideas with other community members
6
+ - name : Ask for help
7
+ url : https://github.com/vercel/turbo/discussions/new?category=help
8
+ about : Need to ask a question? Get help from the community.
9
+ - name : Submit an idea
10
+ url : https://github.com/vercel/turbo/discussions/new?category=ideas
11
+ about : Make feature requests and suggest improvements.
You can’t perform that action at this time.
0 commit comments