Skip to content

Commit

Permalink
[dev] update bug report template #2397
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed May 21, 2024
1 parent e31c90c commit b0b601f
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,25 @@ assignees: ''
**Expected result**

**Actual result with screenshot**
If you get an unexpected error, please include the full stack trace that you get with `Ctrl-E`.

**Steps to reproduce with sample data and a .vd**
First try reproducing without any user configuration by using the flag `-N`.
e.g. `echo "abc" | vd -f txt -N`
[If there is an error message, please include the full stack trace shown with `Ctrl+E`.]

Please attach the commandlog (saved with `Ctrl-D`) to show the steps that led to the issue.
See [here](http://visidata.org/docs/save-restore/) for more details.
**Steps to reproduce**

[Please include or attach a small amount of sample data that will demonstrate the issue.]

[If the issue takes more than a few commands, please attach a [saved commandlog](http://visidata.org/docs/save-restore/).]

**Configuration**

- Does this issue reproduce without any plugins or configuration (using the `-N` CLI flag)?

- Does this issue reproduce with either the [latest release](https://www.visidata.org/releases/), or with the [develop branch](https://www.visidata.org/install/#update-visidata-from-an-existing-installation)?

**Additional context**
Please include the version of VisiData and Python.

- What platform and version are you using (Linux, MacOS, Windows)?

- Which version of Python?

- Which terminal are you using (for display and input issues)?

0 comments on commit b0b601f

Please sign in to comment.