You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature.yml
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,26 @@ body:
10
10
You'll need to demonstrate widespread support for your idea among the community.
11
11
12
12
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
14
14
attributes:
15
-
label: Has this already been discussed elsewhere?
15
+
label: Has this already been discussed elsewhere?
16
16
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
19
23
- type: textarea
20
24
attributes:
21
25
label: "Links to previous discussion of this feature:"
22
26
validations:
23
27
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
30
28
- type: textarea
31
29
attributes:
32
-
label: "Pitch:"
30
+
label: "Proposal:"
33
31
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.
0 commit comments