summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: bdb03234447712d5df50a3b98f906002d6950df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
name: Bug report
about: Report a crash, runtime error, or invalid output in exa
---

If exa does something unexpected, or its output looks wrong, or it displays an error on the screen, or if it outright crashes, then please include the following information in your report:

- The version of exa being used (`exa --version`)
- The command-line arguments you are using
- Your operating system and hardware platform

If it’s a crash, please include the full text of the crash that gets printed to the screen. If you’re seeing unexpected behaviour, a screenshot of the issue will help a lot.

---