From 9830ad17edc4e834e879fb9ff642bd8ec9871abc Mon Sep 17 00:00:00 2001 From: Yohei Okabayashi Date: Sun, 8 Sep 2024 06:43:31 +0900 Subject: [PATCH] FIX: add issue template --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 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..3651b53 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Feature Request + url: https://github.com/haru-256/ml-sandbox/issues/new?template=feature_request.md + about: Feature requests are welcome. Please report here. + - name: Bug Report + url: https://github.com/haru-256/ml-sandbox/issues/new?template=bug_report.md + about: Bug reports are welcome. Please report here.