From 88a49745af3ad85cec643bf9f22eacc2436042fc Mon Sep 17 00:00:00 2001 From: "wang.yuqi" Date: Tue, 14 Oct 2025 22:32:36 +0800 Subject: [PATCH] [issues template] Encourage the author implement their own ideas (#26671) Signed-off-by: wang.yuqi --- .github/ISSUE_TEMPLATE/100-documentation.yml | 5 +++++ .github/ISSUE_TEMPLATE/400-bug-report.yml | 5 +++++ .github/ISSUE_TEMPLATE/450-ci-failure.yml | 5 +++++ .github/ISSUE_TEMPLATE/500-feature-request.yml | 5 +++++ .github/ISSUE_TEMPLATE/600-new-model.yml | 5 +++++ .github/ISSUE_TEMPLATE/700-performance-discussion.yml | 5 +++++ .github/ISSUE_TEMPLATE/750-RFC.yml | 5 +++++ 7 files changed, 35 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/100-documentation.yml b/.github/ISSUE_TEMPLATE/100-documentation.yml index 74d397b231acd..1c3f4e8b039cc 100644 --- a/.github/ISSUE_TEMPLATE/100-documentation.yml +++ b/.github/ISSUE_TEMPLATE/100-documentation.yml @@ -20,6 +20,11 @@ body: attributes: value: > Thanks for contributing 🎉! +- type: checkboxes + id: plan-to-implement + attributes: + options: + - label: Are you planning to implement the proposed documentation improvements? - type: checkboxes id: askllm attributes: diff --git a/.github/ISSUE_TEMPLATE/400-bug-report.yml b/.github/ISSUE_TEMPLATE/400-bug-report.yml index 8c5c28cd77cff..9b235a46c3a85 100644 --- a/.github/ISSUE_TEMPLATE/400-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/400-bug-report.yml @@ -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. Thanks for reporting 🙏! +- type: checkboxes + id: plan-to-implement + attributes: + options: + - label: Are you planning to fix this bug? - type: checkboxes id: askllm attributes: diff --git a/.github/ISSUE_TEMPLATE/450-ci-failure.yml b/.github/ISSUE_TEMPLATE/450-ci-failure.yml index 7af0e0673a2f3..2716f7c6c9a18 100644 --- a/.github/ISSUE_TEMPLATE/450-ci-failure.yml +++ b/.github/ISSUE_TEMPLATE/450-ci-failure.yml @@ -67,3 +67,8 @@ body: attributes: value: > Thanks for reporting 🙏! +- type: checkboxes + id: plan-to-implement + attributes: + options: + - label: Are you planning to fix this CI Failure? diff --git a/.github/ISSUE_TEMPLATE/500-feature-request.yml b/.github/ISSUE_TEMPLATE/500-feature-request.yml index 097d88f50930d..c99b62d21d79b 100644 --- a/.github/ISSUE_TEMPLATE/500-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/500-feature-request.yml @@ -29,6 +29,11 @@ body: attributes: value: > Thanks for contributing 🎉! +- type: checkboxes + id: plan-to-implement + attributes: + options: + - label: Are you planning to implement this feature? - type: checkboxes id: askllm attributes: diff --git a/.github/ISSUE_TEMPLATE/600-new-model.yml b/.github/ISSUE_TEMPLATE/600-new-model.yml index 5f0125ef98096..45a465a7e8af7 100644 --- a/.github/ISSUE_TEMPLATE/600-new-model.yml +++ b/.github/ISSUE_TEMPLATE/600-new-model.yml @@ -31,6 +31,11 @@ body: attributes: value: > Thanks for contributing 🎉! +- type: checkboxes + id: plan-to-implement + attributes: + options: + - label: Are you planning to implement this new model? - type: checkboxes id: askllm attributes: diff --git a/.github/ISSUE_TEMPLATE/700-performance-discussion.yml b/.github/ISSUE_TEMPLATE/700-performance-discussion.yml index 3d31c11550167..3c3c02cacb528 100644 --- a/.github/ISSUE_TEMPLATE/700-performance-discussion.yml +++ b/.github/ISSUE_TEMPLATE/700-performance-discussion.yml @@ -50,6 +50,11 @@ body: attributes: value: > Thanks for contributing 🎉! +- type: checkboxes + id: plan-to-implement + attributes: + options: + - label: Are you planning to implement the performance enhancements? - type: checkboxes id: askllm attributes: diff --git a/.github/ISSUE_TEMPLATE/750-RFC.yml b/.github/ISSUE_TEMPLATE/750-RFC.yml index c0e009855964a..fbbfabe5f56aa 100644 --- a/.github/ISSUE_TEMPLATE/750-RFC.yml +++ b/.github/ISSUE_TEMPLATE/750-RFC.yml @@ -43,6 +43,11 @@ body: Any other things you would like to mention. validations: required: false +- type: checkboxes + id: plan-to-implement + attributes: + options: + - label: Are you planning to implement this feature? - type: checkboxes id: askllm attributes: