Skip to content

Improve the feature-proposal issue form #108033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,26 @@ body:
You'll need to demonstrate widespread support for your idea among the community.

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.
- type: checkboxes
- type: dropdown
attributes:
label: Has this already been discussed elsewhere?
label: Has this already been discussed elsewhere?
options:
- label: I have already discussed this feature proposal on Discourse
- label: This is a minor feature, which does not need previous discussion elsewhere
- No response given
- I have already discussed this feature proposal on Discourse
- This is a minor feature, which does not need previous discussion elsewhere
multiple: false
validations:
required: true
- type: textarea
attributes:
label: "Links to previous discussion of this feature:"
validations:
required: false
- type: input
attributes:
label: "Summary of proposal:"
description: A one-line summary of your proposal.
validations:
required: true
- type: textarea
attributes:
label: "Pitch:"
label: "Proposal:"
description: >
Explain why this feature or enhancement should be implemented and how it would be used.
Explain your proposal, why it should be implemented, and how it would be used.
Add examples, if applicable.
Put any code blocks inside triple backticks.
value: |
Expand Down