From 76f3c377b4465ad0af3cd5c3050f774c0673b5f2 Mon Sep 17 00:00:00 2001 From: Evzen Gasta Date: Thu, 1 Jan 2026 21:36:01 +0100 Subject: [PATCH] feat: added issue template Signed-off-by: Evzen Gasta --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/issue.yml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 9ff9ff9d..8be6f46b 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -1,6 +1,5 @@ name: Issue 🐞 description: Report an issue or feature request -type: issue body: - type: markdown @@ -54,4 +53,4 @@ body: id: additional-context attributes: label: Additional context - description: Add any other context or screenshots here. \ No newline at end of file + description: Add any other context or screenshots here.