aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-12 01:39:46 +0000
committerGitHub2021-06-12 01:39:46 +0000
commit1bf5b103b00f056ebd012831e3ad7b00d752d566 (patch)
treec19cbaa723020e577652c93b2701e0b95c191802 /.github/ISSUE_TEMPLATE
parent1665bac1b60b9597bac99b5b0f1b4832657c54fc (diff)
Add bug report template
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..9b7c22e7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,28 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: C-bug
+assignees: ''
+
+---
+
+<!-- Your issue may already be reported!
+Please search on the issue tracker before creating one. -->
+
+### Reproduction steps
+
+<!-- Ideally provide a key sequence and/or asciinema.org recording. -->
+
+### Environment
+
+- Platform: <!-- macOS / Windows / Linux -->
+- Helix version: <!-- 'hx -v' if using a release, 'git describe' if building from master -->
+
+<details><summary>~/.cache/helix/helix.log</summary>
+
+```
+please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
+```
+
+</details>