mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
docs: code-format repro commands in bug report template
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
parent
f3f7230ee3
commit
8ecda3ed98
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -13,9 +13,11 @@ body:
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue