Skip to content

Commit ae93852

Browse files
authored
chore: Disallow blank issues (#989)
Now we have 'Suggest a new feature' and 'Ask a question' buttons, and a proper form for 'Bug Report', I don't think there's any need for creating blank issues.
1 parent 93cc723 commit ae93852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
33
- name: Suggest a new feature
44
url: https://github.com/obsidian-tasks-group/obsidian-tasks/discussions/new?category=ideas

0 commit comments

Comments
 (0)