Skip to content

Commit 492e7f6

Browse files
committed
chore: adding feature request template
1 parent b88683d commit 492e7f6

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: 🤔 Feature Requests & Questions
4-
url: https://github.com/tanstack/create-tsrouter-app/discussions
5-
about: Please ask and answer questions here.
63
- name: 💬 Community Chat
74
url: https://discord.gg/mQd7egN
85
about: A dedicated discord server hosted by Tanner Linsley
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: '� Feature request'
2+
description: Suggest a new feature for this project
3+
title: '[Feature] '
4+
labels: enhancement
5+
assignees: ''
6+
body:
7+
- type: dropdown
8+
id: project
9+
attributes:
10+
label: Which project does this relate to?
11+
description: If you are unsure, please leave this as "Create Tanstack App".
12+
options:
13+
- Create Tanstack App
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: description
18+
attributes:
19+
label: Describe the feature
20+
description: Provide a clear and concise description of the feature you are requesting.
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: additional
25+
attributes:
26+
label: Additional context
27+
description: Add any other context about the problem here.

0 commit comments

Comments
 (0)