diff options
| author | Vasilij Schneidermann <mail@vasilij.de> | 2017-05-01 13:40:51 +0200 |
|---|---|---|
| committer | Vasilij Schneidermann <mail@vasilij.de> | 2017-05-01 13:43:32 +0200 |
| commit | fa65ac2e7ff51c5775e81b17b5d71986a86653e9 (patch) | |
| tree | 115b3bfa0c520c0849ece31b768e86b5a700677f /.github | |
| parent | f0684c1f6644a8c4e0e5fce50a1a04796555eaf1 (diff) | |
Add issue template, move bug report section
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..23ad2b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,29 @@ +<!-- Replace every comment and delete this line --> +# Issue type + +<!-- Pick one of the following, delete the rest --> +- Bug report +- Enhancement request +- Question +- Other + +# Environment + +Emacs version: <!-- M-x emacs-version --> +Operating System: <!-- Name and version, e.g. Windows 10, macOS Sierra, Debian Jessie --> +Evil version: <!-- M-x evil-version --> +Evil installation type: <!-- MELPA, MELPA stable, Quelpa, El-Get, manual --> +Graphical/Terminal: <!-- Whether you're running Emacs in a terminal emulator or under X --> +Terminal multiplexer: <!-- If you're in a terminal, are you running Emacs inside screen/tmux? --> + +# Reproduction steps +<!-- Minimal list of steps that manage reproducing the bug --> + +- Start Emacs +<!-- More steps --> + +# Expected behavior +<!-- Describe how it should behave --> + +# Actual behavior +<!-- Describe how it does behave --> |
