tree-sitter/.github/ISSUE_TEMPLATE/feature_request.yml
dundargoc 95b08f107a docs: create issue template
This will help enforce a minimum amount of necessary information, and
also help with automatic labeling.
2024-02-09 12:34:18 +01:00

23 lines
734 B
YAML

name: Feature request
description: Request an enhancement
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Before requesting: search [existing feature requests](https://github.com/tree-sitter/tree-sitter/labels/enhancement).
- type: textarea
attributes:
label: "Problem"
description: "Describe the problem to be solved."
placeholder: "No smurf icons available. Smurfs are useful because ..."
validations:
required: false
- type: textarea
attributes:
label: "Expected behavior"
description: "Describe what the new feature or behavior would look like. How does it solve the problem? Is it worth the cost?"
validations:
required: false