From 8ecda3ed988fbd46e5992c4a887a65616330a018 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Wed, 30 Oct 2024 17:10:55 -0400 Subject: [PATCH] docs: code-format repro commands in bug report template Co-authored-by: Amaan Qureshi --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) 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