diff options
author | 2022-07-19 23:04:45 -0700 | |
---|---|---|
committer | 2022-07-19 23:04:54 -0700 | |
commit | 08bff8e09035dff15cb0e8333e9a5f1c9b10ea0d (patch) | |
tree | fc87d014934d829b5737ba7293a8bd08ff0e5ff6 | |
parent | 8bcf68e5e07607c6203dfb18391a600853bd1ded (diff) | |
download | bun-08bff8e09035dff15cb0e8333e9a5f1c9b10ea0d.tar.gz bun-08bff8e09035dff15cb0e8333e9a5f1c9b10ea0d.tar.zst bun-08bff8e09035dff15cb0e8333e9a5f1c9b10ea0d.zip |
Allow blank
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 02f5d62fd..8d28621a8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: Discord server url: https://discord.com/invite/CXdq2DP29u |