Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/001_feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Feature Request
description: Feature request
labels: ["feature request"]
title: "feature: <title>"
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 👍.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/002_bug_report.yaml
Original file line number Diff line number Diff line change
@@ -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 👍.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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