[issue templates] add some issue templates (#3412)

This commit is contained in:
youkaichao
2024-03-14 13:16:00 -07:00
committed by GitHub
parent c17ca8ef18
commit dfc77408bd
11 changed files with 1005 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
name: 📚 Documentation
description: Report an issue related to https://docs.vllm.ai/
title: "[Doc]: "
labels: ["doc"]
body:
- type: textarea
attributes:
label: 📚 The doc issue
description: >
A clear and concise description of what content in https://docs.vllm.ai/ is an issue.
validations:
required: true
- type: textarea
attributes:
label: Suggest a potential alternative/fix
description: >
Tell us how we could improve the documentation in this regard.
- type: markdown
attributes:
value: >
Thanks for contributing 🎉!