diff --git a/.github/ISSUE_TEMPLATE/001_feature_request.yaml b/.github/ISSUE_TEMPLATE/001_feature_request.yaml new file mode 100644 index 000000000..9c20e6fa1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/001_feature_request.yaml @@ -0,0 +1,31 @@ +name: Feature Request +description: Feature request +labels: ["feature request"] +title: "feature: " +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request! + - type: textarea + attributes: + label: Describe the feature + description: A clear and concise description of what the feature is. + validations: + required: true + - type: textarea + attributes: + label: Why do you need this feature? + description: A clear and concise description of why you need this feature. + validations: + required: false + - type: textarea + attributes: + label: Additional context + description: Add any other context about the problem here. + validations: + required: false + - type: markdown + attributes: + value: | + Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍. diff --git a/.github/ISSUE_TEMPLATE/002_bug_report.yaml b/.github/ISSUE_TEMPLATE/002_bug_report.yaml new file mode 100644 index 000000000..ced37ab61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/002_bug_report.yaml @@ -0,0 +1,37 @@ +name: Bug Report +description: Bug report +labels: ["bug"] +title: "bug: <title>" +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + attributes: + label: To Reproduce + description: Steps to reproduce the behavior. + validations: + required: true + - type: textarea + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + validations: + required: false + - type: textarea + attributes: + label: Additional context + description: Add any other context about the problem here. + validations: + required: false + - type: markdown + attributes: + value: | + Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..100a03d6f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: true + +contact_links: + - name: Have you read the tutorials? + url: https://github.com/vllm-project/production-stack/blob/main/tutorials/00-install-kubernetes-env.md + about: Much help can be found in the docs + - name: Chat on Slack + url: https://slack.vllm.ai/ + about: Maybe chatting with the community can help