Skip to content

Commit

Permalink
chore: update the bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 21, 2023
1 parent cf899af commit 5a21e6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ assignees: ''
**Describe the bug**
A clear and concise description of what the bug is.

**Emacs version**
Run `M-x emacs-version` and put its output here:

```elisp
;; For example
GNU Emacs XX.0.33 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) of 2023-07-19
```

**Checkup list**
- [ ] You've tested disabling your `config.el` using `MINEMACS_IGNORE_CONFIG_EL=1 emacs`?

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
Expand Down

0 comments on commit 5a21e6c

Please sign in to comment.