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...