diff options
author | Kuna <65683493+Thesourtimes@users.noreply.github.com> | 2021-12-20 18:29:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 18:29:32 +0300 |
commit | 8a13c1f42005b2d3dea3dae6b81f6837eb111268 (patch) | |
tree | bc10874df2e1d1fc67c64f9ada5aa9fcff12cea9 /.github | |
parent | Merge pull request #540 from Thesourtimes/master (diff) | |
download | server-8a13c1f42005b2d3dea3dae6b81f6837eb111268.tar.xz |
Fix people not being able to create issues
so sorry for that mistake
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index cdbe0e2e..a4ca0bb9 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: Fosscord Documentation url: https://docs.fosscord.com/ @@ -8,4 +8,4 @@ contact_links: about: Need help with the Discord resources? Head here instead of asking on Fosscord! - name: Fosscord' Official Discord server url: https://discord.com/invite/Ms5Ev7S6bF - about: Need help with the server? Talk with us in our official server. \ No newline at end of file + about: Need help with the server? Talk with us in our official server. |