blablablocks-tabs-block/.github/ISSUE_TEMPLATE/Feature_request.yml

34 lines
1.1 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# @format
name: Feature Request
description: Suggest a new feature or propose an enhancement
title: "(feat-scope): [Short Summary of Feature]"
labels:
- enhancement
body:
- type: markdown
attributes:
value: |
Provide a concise overview of the feature or enhancement youd like to propose.
- type: textarea
attributes:
label: What problem does this address?
description: |
Please describe the problem you are trying to solve with this feature.
Include any relevant context or background information.
placeholder: "E.g., Users must manually X, which is time-consuming when Y happens..."
validations:
required: true
- type: textarea
attributes:
label: Proposed solution
description: |
Describe how youd like this feature to work.
placeholder: "E.g., Add a `--auto-rotate` flag that…"
validations:
required: true
- type: textarea
attributes:
label: Additional context
placeholder: If applicable, add any additional context or screenshots to help explain your feature request.
validations:
required: false