aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-12-02 17:12:29 +0100
committerGitHub <noreply@github.com>2019-12-02 17:12:29 +0100
commit8d9ef2c7db4d8135c4f3e65dde951f72c2cdf97a (patch)
tree08d955fde77aa4c30baef5943fa1b6d197251f15 /.github/ISSUE_TEMPLATE.md
parent918ce9dead33cdb3ee4bbd016cd177313981151c (diff)
downloadalacritty-8d9ef2c7db4d8135c4f3e65dde951f72c2cdf97a.tar.gz
alacritty-8d9ef2c7db4d8135c4f3e65dde951f72c2cdf97a.zip
Fix PR and issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md31
1 files changed, 10 insertions, 21 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 0e0894fc..5fffe15c 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,25 +1,14 @@
-For bug reports, the following information can help speed up the process.
+For bug reports, the following information can help speed up the process. Please describe the bug that you have found and what you would expect to happen instead.
-Please describe the bug that you have found and what you would expect to happen instead.
+### System
-# System
+OS: Linux/BSD/macOS/Windows
+Version: `alacritty --version` output
+Linux/BSD: X11/Wayland, DE or Compositor and WM
+Windows: WinPTY/ConPTY (see `alacritty -v` output)
-| | |
-|-------------------|-----------------------------------|
-| Operating System | [Linux/BSD/macOS/Windows] |
-| Alacritty Version | [`alacritty --version` output] |
-| Display Server | [X11/Wayland] (only on Linux) |
-| Window Manager | [i3/xfwm/...] (only on Linux) |
-| Compositor | [compton/...] (only on Linux) |
-| PTY Backend | [WinPTY/ConPTY] (only on Windows) |
-
-# Logs
-
-Based on the issue at hand, some logs might be relevant:
-
-| Command | Issues |
-|----------------------------|-----------------------------------------------------|
-| STDOUT, STDERR | Crashes |
-| `alacritty -vv` | DPI, font size, resize, terminal grid and cell size |
-| `alacritty --print-events` | Problems with keyboard and keybindings |
+### Logs
+Crashes: STDERR, STDOUT
+Font/Terminal size: `alacritty -vv`
+Keyboard and bindings: `alacritty --print-events`