From e6cdbd6792eb3a33f41963a1f1ea4e6314d4a27c Mon Sep 17 00:00:00 2001 From: "wang.yuqi" Date: Tue, 14 Oct 2025 23:37:34 +0800 Subject: [PATCH] Revert "[issues template] Encourage the author implement their own ideas" (#26814) --- .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 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/100-documentation.yml b/.github/ISSUE_TEMPLATE/100-documentation.yml index 1c3f4e8b039cc..74d397b231acd 100644 --- a/.github/ISSUE_TEMPLATE/100-documentation.yml +++ b/.github/ISSUE_TEMPLATE/100-documentation.yml @@ -20,11 +20,6 @@ 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 9b235a46c3a85..8c5c28cd77cff 100644 --- a/.github/ISSUE_TEMPLATE/400-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/400-bug-report.yml @@ -99,11 +99,6 @@ 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 2716f7c6c9a18..7af0e0673a2f3 100644 --- a/.github/ISSUE_TEMPLATE/450-ci-failure.yml +++ b/.github/ISSUE_TEMPLATE/450-ci-failure.yml @@ -67,8 +67,3 @@ 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 c99b62d21d79b..097d88f50930d 100644 --- a/.github/ISSUE_TEMPLATE/500-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/500-feature-request.yml @@ -29,11 +29,6 @@ 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 45a465a7e8af7..5f0125ef98096 100644 --- a/.github/ISSUE_TEMPLATE/600-new-model.yml +++ b/.github/ISSUE_TEMPLATE/600-new-model.yml @@ -31,11 +31,6 @@ 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 3c3c02cacb528..3d31c11550167 100644 --- a/.github/ISSUE_TEMPLATE/700-performance-discussion.yml +++ b/.github/ISSUE_TEMPLATE/700-performance-discussion.yml @@ -50,11 +50,6 @@ 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 fbbfabe5f56aa..c0e009855964a 100644 --- a/.github/ISSUE_TEMPLATE/750-RFC.yml +++ b/.github/ISSUE_TEMPLATE/750-RFC.yml @@ -43,11 +43,6 @@ 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: