mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-12 07:47:13 +08:00
[issues template] Encourage the author implement their own ideas (#26671)
Signed-off-by: wang.yuqi <noooop@126.com>
This commit is contained in:
parent
ca683a2a72
commit
88a49745af
5
.github/ISSUE_TEMPLATE/100-documentation.yml
vendored
5
.github/ISSUE_TEMPLATE/100-documentation.yml
vendored
@ -20,6 +20,11 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: >
|
value: >
|
||||||
Thanks for contributing 🎉!
|
Thanks for contributing 🎉!
|
||||||
|
- type: checkboxes
|
||||||
|
id: plan-to-implement
|
||||||
|
attributes:
|
||||||
|
options:
|
||||||
|
- label: Are you planning to implement the proposed documentation improvements?
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: askllm
|
id: askllm
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
5
.github/ISSUE_TEMPLATE/400-bug-report.yml
vendored
5
.github/ISSUE_TEMPLATE/400-bug-report.yml
vendored
@ -99,6 +99,11 @@ body:
|
|||||||
- 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.
|
- 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.
|
||||||
|
|
||||||
Thanks for reporting 🙏!
|
Thanks for reporting 🙏!
|
||||||
|
- type: checkboxes
|
||||||
|
id: plan-to-implement
|
||||||
|
attributes:
|
||||||
|
options:
|
||||||
|
- label: Are you planning to fix this bug?
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: askllm
|
id: askllm
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
5
.github/ISSUE_TEMPLATE/450-ci-failure.yml
vendored
5
.github/ISSUE_TEMPLATE/450-ci-failure.yml
vendored
@ -67,3 +67,8 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: >
|
value: >
|
||||||
Thanks for reporting 🙏!
|
Thanks for reporting 🙏!
|
||||||
|
- type: checkboxes
|
||||||
|
id: plan-to-implement
|
||||||
|
attributes:
|
||||||
|
options:
|
||||||
|
- label: Are you planning to fix this CI Failure?
|
||||||
|
|||||||
@ -29,6 +29,11 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: >
|
value: >
|
||||||
Thanks for contributing 🎉!
|
Thanks for contributing 🎉!
|
||||||
|
- type: checkboxes
|
||||||
|
id: plan-to-implement
|
||||||
|
attributes:
|
||||||
|
options:
|
||||||
|
- label: Are you planning to implement this feature?
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: askllm
|
id: askllm
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
5
.github/ISSUE_TEMPLATE/600-new-model.yml
vendored
5
.github/ISSUE_TEMPLATE/600-new-model.yml
vendored
@ -31,6 +31,11 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: >
|
value: >
|
||||||
Thanks for contributing 🎉!
|
Thanks for contributing 🎉!
|
||||||
|
- type: checkboxes
|
||||||
|
id: plan-to-implement
|
||||||
|
attributes:
|
||||||
|
options:
|
||||||
|
- label: Are you planning to implement this new model?
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: askllm
|
id: askllm
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@ -50,6 +50,11 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: >
|
value: >
|
||||||
Thanks for contributing 🎉!
|
Thanks for contributing 🎉!
|
||||||
|
- type: checkboxes
|
||||||
|
id: plan-to-implement
|
||||||
|
attributes:
|
||||||
|
options:
|
||||||
|
- label: Are you planning to implement the performance enhancements?
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: askllm
|
id: askllm
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
5
.github/ISSUE_TEMPLATE/750-RFC.yml
vendored
5
.github/ISSUE_TEMPLATE/750-RFC.yml
vendored
@ -43,6 +43,11 @@ body:
|
|||||||
Any other things you would like to mention.
|
Any other things you would like to mention.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: checkboxes
|
||||||
|
id: plan-to-implement
|
||||||
|
attributes:
|
||||||
|
options:
|
||||||
|
- label: Are you planning to implement this feature?
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: askllm
|
id: askllm
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user