From bf573bbc1f859688736a6dbb47ce5dcffe70bcc2 Mon Sep 17 00:00:00 2001 From: Andy Mikhaylenko Date: Mon, 1 Jan 2024 23:41:52 +0100 Subject: [PATCH] chore: improve bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8f28dd4..ebf3645 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,14 +11,14 @@ assignees: neithere A clear and concise description of what the bug is. ### To Reproduce -Example script: -``` +Python script: +```python import argh SOME CODE ``` -Example command line interaction: +Command line input/output: ``` $ my-script.py ... SOME OUTPUT