mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
# Adapted from https://github.com/vllm-project/vllm/tree/main/.github/ISSUE_TEMPLATE/100-documentation.yml
|
|
name: 📚 Documentation
|
|
description: Report an issue related to https://nvidia.github.io/TensorRT-LLM/
|
|
title: "[Doc]: "
|
|
labels: ["Documentation"]
|
|
assignees: ["nv-guomingz"]
|
|
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: 📚 The doc issue
|
|
description: >
|
|
A clear and concise description of what content in https://nvidia.github.io/TensorRT-LLM/ 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 🎉!
|
|
- type: checkboxes
|
|
id: askllm
|
|
attributes:
|
|
label: Before submitting a new issue...
|
|
options:
|
|
- label: Make sure you already searched for relevant issues, and checked the [documentation](https://nvidia.github.io/TensorRT-LLM/) and [examples](https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples) for answers to frequently asked questions.
|
|
required: true
|