Skip to content

Commit

Permalink
Merge pull request #240 from thomasthaddeus/main
Browse files Browse the repository at this point in the history
Update feature_request.yml
  • Loading branch information
maltejur authored Jul 19, 2023
2 parents 156643e + 9eed560 commit dd87f39
Showing 1 changed file with 51 additions and 7 deletions.
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

0 comments on commit dd87f39

Please sign in to comment.