Skip to content

Commit c70a7cd

Browse files
authored
Update Discussions templates. (#7499)
1 parent 262fd4b commit c70a7cd

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/DISCUSSION_TEMPLATE/help.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
- type: textarea
99
attributes:
1010
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?
1212
render: js
1313
validations:
1414
required: false

.github/DISCUSSION_TEMPLATE/rfc.yml .github/DISCUSSION_TEMPLATE/ideas.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ body:
22
- type: textarea
33
attributes:
44
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.
66
value: |
77
1.
88
2.
@@ -11,8 +11,8 @@ body:
1111
required: true
1212
- type: textarea
1313
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.
1616
value: |
1717
1.
1818
2.
@@ -22,7 +22,7 @@ body:
2222
- type: textarea
2323
attributes:
2424
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?
2626
validations:
2727
required: true
2828
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ contact_links:
33
- name: Turbopack in Next.js Bug Report
44
url: https://github.com/vercel/next.js/issues/new?assignees=&labels=template%3A+bug&projects=&template=1.bug_report.yml
55
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.

0 commit comments

Comments
 (0)