mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix PR and issue template
This commit is contained in:
parent
918ce9dead
commit
8d9ef2c7db
2 changed files with 11 additions and 25 deletions
31
.github/ISSUE_TEMPLATE.md
vendored
31
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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)
|
||||||
|
|
||||||
| | |
|
### Logs
|
||||||
|-------------------|-----------------------------------|
|
|
||||||
| 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 |
|
|
||||||
|
|
||||||
|
Crashes: STDERR, STDOUT
|
||||||
|
Font/Terminal size: `alacritty -vv`
|
||||||
|
Keyboard and bindings: `alacritty --print-events`
|
||||||
|
|
5
.github/pull_request_template.md
vendored
5
.github/pull_request_template.md
vendored
|
@ -1,6 +1,3 @@
|
||||||
Please make sure to document all user-facing changes in the `CANGELOG.md` file.
|
Please make sure to document all user-facing changes in the `CANGELOG.md` file.
|
||||||
|
|
||||||
Please ensure the optional CI steps do not fail because of this PR.
|
Draft PRs are always welcome, though unless otherwise requested PRs will not be reviewed until all required and optional CI steps are successful and they have left the draft stage.
|
||||||
|
|
||||||
Draft PRs are always welcome, though unless otherwise requested PRs will not be reviewed until CI is
|
|
||||||
successful and they have left the draft stage.
|
|
||||||
|
|
Loading…
Reference in a new issue