Merge pull request #346 from dinakars777/docs/fix-bug-report-repro-command

docs: fix bug report repro command
This commit is contained in:
Trevin Chow
2026-05-17 00:20:21 -07:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ body:
label: Steps to Reproduce label: Steps to Reproduce
description: How can we reproduce this? description: How can we reproduce this?
placeholder: | placeholder: |
1. Run `python3 scripts/last30days.py "topic" --emit compact` 1. Run `python3 skills/last30days/scripts/last30days.py "topic" --emit=compact`
2. ... 2. ...
validations: validations:
required: true required: true