Skip to content

Commit e33d8bf

Browse files
chore: update issue templates
1 parent 98d2d7b commit e33d8bf

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ body:
8181
description: |
8282
If you are using TypeScript, please let us know the exact version of TypeScript you were using when the issue occurred.
8383
placeholder: |
84-
e.g. v4.9.4
84+
e.g. v5.8.3
8585
- type: textarea
8686
id: additional
8787
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Feature Requests & Questions
3+
- name: 🤔 Feature Requests & Questions
44
url: https://github.com/TanStack/config/discussions
55
about: Please ask and answer questions here.
6-
- name: Community Chat
6+
- name: 💬 Community Chat
77
url: https://discord.gg/mQd7egN
8-
about: A dedicated discord server hosted by Tanner Linsley
8+
about: A dedicated discord server hosted by TanStack
9+
- name: 🦋 Tanstack Bluesky
10+
url: https://bsky.app/profile/tanstack.com
11+
about: Stay up to date with new releases of our libraries

tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,5 @@
2323
"strict": true,
2424
"target": "ES2020"
2525
},
26-
"include": [
27-
"eslint.config.js",
28-
"prettier.config.js",
29-
"tanstack.config.js",
30-
"scripts"
31-
]
26+
"include": ["eslint.config.js", "prettier.config.js", "scripts"]
3227
}

0 commit comments

Comments
 (0)