From 608381a818861c3accd1d9893a1fa9a3132736db Mon Sep 17 00:00:00 2001 From: Dinakar Sarbada Date: Tue, 5 May 2026 20:44:55 -0700 Subject: [PATCH] docs: fix bug report repro command --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index af701cc..d853c93 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,7 +16,7 @@ body: label: Steps to Reproduce description: How can we reproduce this? placeholder: | - 1. Run `python3 scripts/last30days.py "topic" --emit compact` + 1. Run `python3 skills/last30days/scripts/last30days.py "topic" --emit=compact` 2. ... validations: required: true