From 144f406226ee69f065e7ee14e33c0633ecf7137f Mon Sep 17 00:00:00 2001 From: "Rifqi D. Panuluh" <69516665+nuluh@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:36:46 +0700 Subject: [PATCH] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 12 ++++++++++++ 1 file changed, 12 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..0de487b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +blank_issues_enabled: false +contact_links: + - name: Documentation + url: ../docs/README.md + about: Check the documentation before creating an issue + +# Template configurations +templates: + - name: bug_report.yml + - name: feature_request.yml + - name: experiment.yml + - name: documentation.yml