From b2f9d9b8ba4ef03ffec5a14d8f7375b76d4176c5 Mon Sep 17 00:00:00 2001 From: Tavish Date: Fri, 23 May 2025 15:51:45 +0800 Subject: [PATCH] update issue template --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/question.yml | 11 ----------- 2 files changed, 5 insertions(+), 11 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d38097f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: "🙋 General Question" + url: https://github.com/Tavish9/any4lerobot/discussions/new/choose + about: Our preferred starting point if you have any questions about the project. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml deleted file mode 100644 index 86cae0d..0000000 --- a/.github/ISSUE_TEMPLATE/question.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: "🙋 Question" -description: General questions about the work -labels: ["question"] -body: - - type: textarea - id: question - validations: - required: true - attributes: - label: Question - placeholder: Start question here...