diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 81% rename from .github/ISSUE_TEMPLATE rename to .github/ISSUE_TEMPLATE/bug-report.yml index 924510d..85a7bac 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -43,12 +43,4 @@ body: attributes: label: Relevant stack traces and/or logs description: Please copy and paste any relevant raised exceptions. This will be automatically formatted into code, so no need for backticks. - render: shell - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) - options: - - label: I agree to follow this project's Code of Conduct - required: true + render: shell \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..096f7a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: GitHub Community Support + url: https://github.com/qdrant/fastembed/discussions + about: Please ask and answer questions here.