File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
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.
6
3
- name : 💬 Community Chat
7
4
url : https://discord.gg/mQd7egN
8
5
about : A dedicated discord server hosted by Tanner Linsley
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments