From 1e91c8d16594d4fc03a4eee15941c0762b595475 Mon Sep 17 00:00:00 2001 From: Nirant Date: Thu, 14 Mar 2024 15:11:23 +0530 Subject: [PATCH] Fix Issue Template forms (#152) * Add CONTRIBUTING.md file with guidelines for contributing to FastEmbed * Add code linting and pre-commit info to CONTRIBUTING * Update CONTRIBUTING.md Co-authored-by: Kumar Shivendu * Add bug/new model issue template and move CONTRIBUTING.md * Re-organize issue templates --------- Co-authored-by: Kumar Shivendu --- .../{ISSUE_TEMPLATE => ISSUE_TEMPLATE/bug-report.yml} | 10 +--------- .github/ISSUE_TEMPLATE/config.yaml | 5 +++++ 2 files changed, 6 insertions(+), 9 deletions(-) rename .github/{ISSUE_TEMPLATE => ISSUE_TEMPLATE/bug-report.yml} (81%) create mode 100644 .github/ISSUE_TEMPLATE/config.yaml 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.