diff --git a/lisp/ein-dev.el b/lisp/ein-dev.el index 9ab9af5c..6136d7f4 100644 --- a/lisp/ein-dev.el +++ b/lisp/ein-dev.el @@ -253,14 +253,18 @@ After finish writing it, please post it here: https://github.com/tkf/emacs-ipython-notebook/issues/new --> -## Please read \"Avoid standard Emacs traps\" first - -Please read \"Avoid standard Emacs traps\" section in -https://github.com/tkf/emacs-ipython-notebook/blob/master/CONTRIBUTING.md -and make sure that your problem is not the one of them. - -When done, remove this section from your bug report then fill the -next sections. +## Check list + +- [ ] I read \"Avoid standard Emacs traps\" section in + https://github.com/tkf/emacs-ipython-notebook/blob/master/CONTRIBUTING.md +- [ ] I checked that IPython works with the browser interface. +- [ ] I checked that the problem was not due to badly compiled + files. Removing `*.elc` files from source directory of EIN and + its dependencies did not solve the problem. +- [ ] I checked that the libraries are loaded from intended place. + (You can check the location in the \"System info\" section below) + +## Description of the problem you have ## Steps to reproduce the problem