diff --git a/.github/ISSUE_TEMPLATE/100-documentation.yml b/.github/ISSUE_TEMPLATE/100-documentation.yml index 1c3f4e8b03..74d397b231 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 9b235a46c3..8c5c28cd77 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 2716f7c6c9..7af0e0673a 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 c99b62d21d..097d88f509 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 45a465a7e8..5f0125ef98 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 3c3c02cacb..3d31c11550 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 fbbfabe5f5..c0e0098559 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: