Skip to content

Commit 4ee601a

Browse files
committed
chore: remove blank issues ability
1 parent d3d2f61 commit 4ee601a

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.gitignore

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,32 @@ Desktop.ini
2727
report.*.json
2828
.idea
2929

30+
#
31+
# Changesets
32+
#
3033
**/CHANGELOG.md
3134

35+
#
36+
# Yarn
37+
#
3238
.yarn/*
3339
!.yarn/cache
3440
!.yarn/patches
3541
!.yarn/plugins
3642
!.yarn/releases
3743
!.yarn/sdks
38-
!.yarn/versions
44+
!.yarn/versions
45+
46+
#
47+
# dot files
48+
#
49+
.cache
50+
.vercel
51+
.output
52+
53+
#
54+
# Remix
55+
#
56+
docs-new/public/build
57+
docs-new/api/_build
58+
docs-new/api/index.js

0 commit comments

Comments
 (0)