Skip to content

Commit

Permalink
chore: improve bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Jan 1, 2024
1 parent 031a5b0 commit bf573bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf573bb

Please sign in to comment.