diff options
author | 2024-05-13 10:44:04 +0200 | |
---|---|---|
committer | 2024-05-13 08:44:04 +0000 | |
commit | a0bc3468b256739d83b08ef25fb5709281260f69 (patch) | |
tree | dc3f44991f71861f4b0324867e000e1f5edc6080 | |
parent | 5a7b0f9636de45f71296165a47cb12931ea02097 (diff) | |
download | it-tools-a0bc3468b256739d83b08ef25fb5709281260f69.tar.gz it-tools-a0bc3468b256739d83b08ef25fb5709281260f69.tar.zst it-tools-a0bc3468b256739d83b08ef25fb5709281260f69.zip |
chore(issues): prevent empty issues (#1078)
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false |