diff --git a/.github/ISSUE_TEMPLATE/100-documentation.yml b/.github/ISSUE_TEMPLATE/100-documentation.yml index 7ef052a5..501c0aa4 100644 --- a/.github/ISSUE_TEMPLATE/100-documentation.yml +++ b/.github/ISSUE_TEMPLATE/100-documentation.yml @@ -1,7 +1,7 @@ name: 📚 Documentation description: Report an issue related to https://docs.vllm.ai/ title: "[Doc]: " -labels: ["doc"] +labels: ["documentation"] body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/500-feature request.yml b/.github/ISSUE_TEMPLATE/500-feature request.yml index 0dd5a3e5..47a90628 100644 --- a/.github/ISSUE_TEMPLATE/500-feature request.yml +++ b/.github/ISSUE_TEMPLATE/500-feature request.yml @@ -1,7 +1,7 @@ name: 🚀 Feature request description: Submit a proposal/request for a new vllm feature title: "[Feature]: " -labels: ["feature"] +labels: ["feature request"] body: - type: markdown