From cedf631860afa5e62cc56b18c4a2196d494ad367 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 22 Dec 2023 12:03:32 +0200 Subject: [PATCH] .github: temporary fix for `v bug` only working for members of the vlang organisation --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 25dcf29bb..1442ab9d6 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: 💬 General Questions and Answers about V url: https://github.com/vlang/v/discussions/categories/questions-and-answers -- 2.39.5