From 419017bcc986c653a9b5424b01ac6922641fd57d Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sat, 9 Sep 2023 15:36:58 -0400 Subject: [PATCH] Don't allow blank issues. --- .gitea/issue_template/bug_report.yaml | 4 +++- .gitea/issue_template/config.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/issue_template/bug_report.yaml b/.gitea/issue_template/bug_report.yaml index 4374549..5763976 100644 --- a/.gitea/issue_template/bug_report.yaml +++ b/.gitea/issue_template/bug_report.yaml @@ -26,7 +26,9 @@ body: Please give a thorough and detailed description of the bug you are reporting. Provide all the information you have, and do some investigating to ensure you are providing a legitimate - issue report that is well thought out. + issue report that is well thought out. **Include details on + how to reproduce the issue, or explicitly state that you were + unable to reproduce it.** validations: required: true - type: textarea diff --git a/.gitea/issue_template/config.yaml b/.gitea/issue_template/config.yaml index 16465fe..5c7fb3b 100644 --- a/.gitea/issue_template/config.yaml +++ b/.gitea/issue_template/config.yaml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: General Matrix Room - url: https://matrix.to/#/#telodendria-general:bancino.net