mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
name: Bug Report
|
|
description: Report a problem
|
|
type: Bug
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: AI Policy
|
|
description: Review our [AI Policy](https://tree-sitter.github.io/tree-sitter/6-contributing.html#ai-policy).
|
|
options:
|
|
- label: I have read the AI Policy and this issue complies with it.
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Problem"
|
|
description: "Describe the current behavior. May include logs, images, or videos."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Steps to reproduce"
|
|
placeholder: |
|
|
```sh
|
|
git clone --depth=1 https://github.com/tree-sitter/tree-sitter-ruby
|
|
cd tree-sitter-ruby
|
|
tree-sitter generate
|
|
```
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Expected behavior"
|
|
description: "Describe the behavior you expect."
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: "Tree-sitter version (tree-sitter --version)"
|
|
placeholder: "tree-sitter 0.20.9"
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: "Operating system/version"
|
|
placeholder: "macOS 11.5"
|
|
validations:
|
|
required: true
|