Fix issue templates (#3436)
This commit is contained in:
parent
604f235937
commit
a7af4538ca
2
.github/ISSUE_TEMPLATE/100-documentation.yml
vendored
2
.github/ISSUE_TEMPLATE/100-documentation.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 📚 Documentation
|
name: 📚 Documentation
|
||||||
description: Report an issue related to https://docs.vllm.ai/
|
description: Report an issue related to https://docs.vllm.ai/
|
||||||
title: "[Doc]: "
|
title: "[Doc]: "
|
||||||
labels: ["doc"]
|
labels: ["documentation"]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
name: 🚀 Feature request
|
name: 🚀 Feature request
|
||||||
description: Submit a proposal/request for a new vllm feature
|
description: Submit a proposal/request for a new vllm feature
|
||||||
title: "[Feature]: "
|
title: "[Feature]: "
|
||||||
labels: ["feature"]
|
labels: ["feature request"]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user