8000 Improve the feature-proposal issue form (#108033) · python/cpython@8891a88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8891a88

Browse files
AlexWaygoodhugovkAA-Turner
authored
Improve the feature-proposal issue form (#108033)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 0d7f5d3 commit 8891a88

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,26 @@ body:
1010
You'll need to demonstrate widespread support for your idea among the community.
1111
1212
Major feature proposals should generally be discussed on [Discourse](https://discuss.python.org/c/ideas/6) before opening a GitHub issue. Wait until it's clear that most people support your idea before filling in this form.
13-
- type: checkboxes
13+
- type: dropdown
1414
attributes:
15-
label: Has this already been discussed elsewhere?
15+
label: Has this already been discussed elsewhere?
1616
options:
17-
- label: I have already discussed this feature proposal on Discourse
18-
- label: This is a minor feature, which does not need previous discussion elsewhere
17+
- No response given
18+
- I have already discussed this feature proposal on Discourse
19+
- This is a minor feature, which does not need previous discussion elsewhere
20+
multiple: false
21+
validations:
22+
required: true
1923
- type: textarea
2024
attributes:
2125
label: "Links to previous discussion of this feature:"
2226
validations:
2327
required: false
24-
- type: input
25-
attributes:
26-
label: "Summary of proposal:"
27-
description: A one-line summary of your proposal.
28-
validations:
29-
required: true
3028
- type: textarea
3129
attributes:
32-
label: "Pitch:"
30+
label: "Proposal:"
3331
description: >
34-
Explain why this feature or enhancement should be implemented and how it would be used.
32+
Explain your proposal, why it should be implemented, and how it would be used.
3533
Add examples, if applicable.
3634
Put any code blocks inside triple backticks.
3735
value: |

0 commit comments

Comments
 (0)
0