diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2021-07-05 17:29:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 17:29:38 +0200 |
commit | b7f20516bcff9e22fc25adb59dcc4994208dc477 (patch) | |
tree | c3200e14e123830deec61dec19cadebb56ad943f | |
parent | 961c0e8c646309f21415de28018faf1e2268606a (diff) |
docs(ISSUE_TEMPLATE): allow blank reports
-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 c0bf69c56a..54c4e4e799 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: Website url: https://www.azerothcore.org |