Skip to content

Commit 35ee2ad

Browse files
authored
[github][misc] promote asking llm first (#7809)
1 parent e25fee5 commit 35ee2ad

9 files changed

+63
-0
lines changed

.github/ISSUE_TEMPLATE/100-documentation.yml

+7
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ body:
2020
attributes:
2121
value: >
2222
Thanks for contributing 🎉!
23+
- type: checkboxes
24+
id: askllm
25+
attributes:
26+
label: Before submitting a new issue...
27+
options:
28+
- label: Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the [documentation page](https://docs.vllm.ai/en/latest/), which can answer lots of frequently asked questions.
29+
required: true

.github/ISSUE_TEMPLATE/200-installation.yml

+7
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ body:
3838
attributes:
3939
value: >
4040
Thanks for contributing 🎉!
41+
- type: checkboxes
42+
id: askllm
43+
attributes:
44+
label: Before submitting a new issue...
45+
options:
46+
- label: Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the [documentation page](https://docs.vllm.ai/en/latest/), which can answer lots of frequently asked questions.
47+
required: true

.github/ISSUE_TEMPLATE/300-usage.yml

+7
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@ body:
3636
attributes:
3737
value: >
3838
Thanks for contributing 🎉!
39+
- type: checkboxes
40+
id: askllm
41+
attributes:
42+
label: Before submitting a new issue...
43+
options:
44+
- label: Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the [documentation page](https://docs.vllm.ai/en/latest/), which can answer lots of frequently asked questions.
45+
required: true

.github/ISSUE_TEMPLATE/400-bug report.yml

+7
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,10 @@ body:
8989
- If the error only appears in vllm, please provide the detailed script of how you run `transformers` and `vllm`, also highlight the difference and what you expect.
9090
9191
Thanks for contributing 🎉!
92+
- type: checkboxes
93+
id: askllm
94+
attributes:
95+
label: Before submitting a new issue...
96+
options:
97+
- label: Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the [documentation page](https://docs.vllm.ai/en/latest/), which can answer lots of frequently asked questions.
98+
required: true

.github/ISSUE_TEMPLATE/500-feature request.yml

+7
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ body:
2929
attributes:
3030
value: >
3131
Thanks for contributing 🎉!
32+
- type: checkboxes
33+
id: askllm
34+
attributes:
35+
label: Before submitting a new issue...
36+
options:
37+
- label: Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the [documentation page](https://docs.vllm.ai/en/latest/), which can answer lots of frequently asked questions.
38+
required: true

.github/ISSUE_TEMPLATE/600-new model.yml

+7
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ body:
3131
attributes:
3232
value: >
3333
Thanks for contributing 🎉!
34+
- type: checkboxes
35+
id: askllm
36+
attributes:
37+
label: Before submitting a new issue...
38+
options:
39+
- label: Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the [documentation page](https://docs.vllm.ai/en/latest/), which can answer lots of frequently asked questions.
40+
required: true

.github/ISSUE_TEMPLATE/700-performance discussion.yml

+7
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,10 @@ body:
5050
attributes:
5151
value: >
5252
Thanks for contributing 🎉!
53+
- type: checkboxes
54+
id: askllm
55+
attributes:
56+
label: Before submitting a new issue...
57+
options:
58+
- label: Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the [documentation page](https://docs.vllm.ai/en/latest/), which can answer lots of frequently asked questions.
59+
required: true

.github/ISSUE_TEMPLATE/750-RFC.yml

+7
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,10 @@ body:
4747
attributes:
4848
value: >
4949
Thanks for contributing 🎉!
50+
- type: checkboxes
51+
id: askllm
52+
attributes:
53+
label: Before submitting a new issue...
54+
options:
55+
- label: Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the [documentation page](https://docs.vllm.ai/en/latest/), which can answer lots of frequently asked questions.
56+
required: true

.github/ISSUE_TEMPLATE/800-misc discussion.yml

+7
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ body:
1919
attributes:
2020
value: >
2121
Thanks for contributing 🎉!
22+
- type: checkboxes
23+
id: askllm
24+
attributes:
25+
label: Before submitting a new issue...
26+
options:
27+
- label: Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the [documentation page](https://docs.vllm.ai/en/latest/), which can answer lots of frequently asked questions.
28+
required: true

0 commit comments

Comments
 (0)