Skip to content

Update feature_request.yml #240

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 2 commits into from
Jul 19, 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
58 changes: 51 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,67 @@ description: Suggest an idea for this project.
title: "[FEATURE] <description>"
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
## Before You Start
- Please search the issues (open/closed) to see if your idea has already been suggested.
- If an existing issue is similar to your feature request, consider contributing to it.
- Screenshots or mockups can greatly help illustrate your ideas. You can add these in the 'Screenshots/Mockups' section below.

- type: textarea
id: summary
attributes:
label: Summary
description: Briefly describe the feature you want to be implemented.
validations:
required: true

- type: textarea
id: motivation
attributes:
label: Motivation
description: Why do you think this feature will be beneficial?
validations:
required: true

- type: textarea
id: description
id: detailed-description
attributes:
label: Description of the feature request
description: Provide a detailed description of the change or addition you are proposing
label: Detailed Description
description: Provide a detailed description of the proposed feature.
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Add screenshots of the feature request (if applicable)
label: Screenshots/Mockups (if applicable)
description: Provide URLs of your uploaded screenshots or mockups, if any.
validations:
required: false

- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Any other context or information that might be helpful.
validations:
required: false

- type: checkboxes
id: existing-issues
attributes:
label: Existing Issues
description: Did you check if this request has already been reported?
options:
- label: I have checked existing issues (open and closed) for duplicates
required: true

- type: textarea
id: context
id: alternatives
attributes:
label: Additional information/context
description: Is there anything else we should know about this feature?
label: Alternatives Considered
description: What alternative solutions or features have you considered?
validations:
required: false