diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4138c3a9..6c8ad05d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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