Research-Stack/4-Infrastructure/servo-fetch/.github/ISSUE_TEMPLATE/feature_request.yml

23 lines
564 B
YAML

name: Feature Request
description: Suggest an idea for servo-fetch
labels: [enhancement]
body:
- type: textarea
id: problem
attributes:
label: What problem does this solve?
description: Describe the use case or limitation that motivates this request.
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed solution
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
validations:
required: false