aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0f31761..913a5e2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,11 +14,13 @@ Bug reports and feature requests should be made on the
- Whether you use Emacs/Evil in terminal mode with some terminal multiplexer
like **tmux** or **screen** (and see below).
-2. Test the bug in a clean Emacs environment without any additional packages
- loaded (besides Evil itself). You can easily get such an environment by
- executing either `make emacs` (for X) or `make terminal` (for terminal mode)
- in Evil's source directory. If your bug is related to some other packages,
- try to load only this package directly from the clean environment.
+2. Test the bug in a clean Emacs environment without any additional
+ packages loaded (besides Evil itself). You can easily get such an
+ environment by executing either `make emacs` (for X) or `make
+ terminal` (for terminal mode) in Evil's source directory. If your
+ bug is related to some other package, try to load only this package
+ from the clean environment after using `M-x package-initialize`
+ first.
3. If you've just updated your Evil from the repository, **do not forget to
recompile** Evil by executing `make` in Evil's source directory.