From f9ff48c653ccc6a337db007e9621f2618f009418 Mon Sep 17 00:00:00 2001 From: Samuel Hassine Date: Sun, 7 Jun 2026 16:18:47 +0200 Subject: [PATCH] chore: audit & align issue templates (#269) --- .github/ISSUE_TEMPLATE/config.yml | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) 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 0000000..8da9b00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true diff --git a/.gitignore b/.gitignore index fa2be54..0b76752 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # pyoaev config.yml +!.github/ISSUE_TEMPLATE/config.yml exports logs __test__.py