Skip to content

Commit 88a4974

Browse files
authored
[issues template] Encourage the author implement their own ideas (#26671)
Signed-off-by: wang.yuqi <noooop@126.com>
1 parent ca683a2 commit 88a4974

File tree

7 files changed

+35
-0
lines changed

7 files changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE/100-documentation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ body:
2020
attributes:
2121
value: >
2222
Thanks for contributing 🎉!
23+
- type: checkboxes
24+
id: plan-to-implement
25+
attributes:
26+
options:
27+
- label: Are you planning to implement the proposed documentation improvements?
2328
- type: checkboxes
2429
id: askllm
2530
attributes:

.github/ISSUE_TEMPLATE/400-bug-report.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ body:
9999
- 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.
100100
101101
Thanks for reporting 🙏!
102+
- type: checkboxes
103+
id: plan-to-implement
104+
attributes:
105+
options:
106+
- label: Are you planning to fix this bug?
102107
- type: checkboxes
103108
id: askllm
104109
attributes:

.github/ISSUE_TEMPLATE/450-ci-failure.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,8 @@ body:
6767
attributes:
6868
value: >
6969
Thanks for reporting 🙏!
70+
- type: checkboxes
71+
id: plan-to-implement
72+
attributes:
73+
options:
74+
- label: Are you planning to fix this CI Failure?

.github/ISSUE_TEMPLATE/500-feature-request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ body:
2929
attributes:
3030
value: >
3131
Thanks for contributing 🎉!
32+
- type: checkboxes
33+
id: plan-to-implement
34+
attributes:
35+
options:
36+
- label: Are you planning to implement this feature?
3237
- type: checkboxes
3338
id: askllm
3439
attributes:

.github/ISSUE_TEMPLATE/600-new-model.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ body:
3131
attributes:
3232
value: >
3333
Thanks for contributing 🎉!
34+
- type: checkboxes
35+
id: plan-to-implement
36+
attributes:
37+
options:
38+
- label: Are you planning to implement this new model?
3439
- type: checkboxes
3540
id: askllm
3641
attributes:

.github/ISSUE_TEMPLATE/700-performance-discussion.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ body:
5050
attributes:
5151
value: >
5252
Thanks for contributing 🎉!
53+
- type: checkboxes
54+
id: plan-to-implement
55+
attributes:
56+
options:
57+
- label: Are you planning to implement the performance enhancements?
5358
- type: checkboxes
5459
id: askllm
5560
attributes:

.github/ISSUE_TEMPLATE/750-RFC.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ body:
4343
Any other things you would like to mention.
4444
validations:
4545
required: false
46+
- type: checkboxes
47+
id: plan-to-implement
48+
attributes:
49+
options:
50+
- label: Are you planning to implement this feature?
4651
- type: checkboxes
4752
id: askllm
4853
attributes:

0 commit comments

Comments
 (0)