Skip to content

Commit 7f17f3b

Browse files
committed
Improve bug report template
to avoid trouble like #104.
1 parent 592d40f commit 7f17f3b

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

lisp/ein-dev.el

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -253,14 +253,18 @@ After finish writing it, please post it here:
253253
https://github.com/tkf/emacs-ipython-notebook/issues/new
254254
-->
255255
256-
## Please read \"Avoid standard Emacs traps\" first
257-
258-
Please read \"Avoid standard Emacs traps\" section in
259-
https://github.com/tkf/emacs-ipython-notebook/blob/master/CONTRIBUTING.md
260-
and make sure that your problem is not the one of them.
261-
262-
When done, remove this section from your bug report then fill the
263-
next sections.
256+
## Check list
257+
258+
- [ ] I read \"Avoid standard Emacs traps\" section in
259+
https://github.com/tkf/emacs-ipython-notebook/blob/master/CONTRIBUTING.md
260+
- [ ] I checked that IPython works with the browser interface.
261+
- [ ] I checked that the problem was not due to badly compiled
262+
files. Removing `*.elc` files from source directory of EIN and
263+
its dependencies did not solve the problem.
264+
- [ ] I checked that the libraries are loaded from intended place.
265+
(You can check the location in the \"System info\" section below)
266+
267+
## Description of the problem you have
264268
265269
266270
## Steps to reproduce the problem

0 commit comments

Comments
 (0)