You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ should take to help get it added/fixed in emacs-elixir
16
16
* elixir-mode
17
17
* emacs
18
18
19
-
* Ideally, creating a pull request with a (failing) test case demonstrating
20
-
what's wrong. This makes it easy for us to reproduce & fix the problem.
19
+
* Ideally, creating a pull request with a test case demonstrating what's wrong.
20
+
This makes it easy for us to review, reproduce & fix the problem.
21
21
22
22
You might also hop into the IRC channel (``#elixir-lang`` on ``irc.freenode.net``)
23
23
& raise your question there, as there may be someone who can help you with a
@@ -58,14 +58,15 @@ substantial time for the all-volunteer team to get to.
58
58
59
59
## How to run tests
60
60
61
-
There are three tools that helps us to test emacs-elixir:
61
+
There are two tools that helps us to test emacs-elixir:
62
62
63
-
*[EVM](https://github.com/rejeep/evm) - a command-line tool which allows you to easily install, manage, and work with multiple Emacs versions.
64
63
*[Cask](https://github.com/cask/cask) - a project management tool for Emacs that helps automate the package development cycle.
65
64
*[Ert-runner](https://github.com/rejeep/ert-runner.el) - a tool for Emacs projects tested using Ert.
66
65
67
66
### Emacs Version Manager
68
67
68
+
Emacs has many versions and currently we support from version 24+. If you want to reproduce a bug/issue on a specific version of Emacs, there are some alternatives like EVM. Here is a setup for EVM.
69
+
69
70
To install [EVM](https://github.com/rejeep/evm), run:
70
71
71
72
```bash
@@ -94,7 +95,7 @@ Read more about [EVM](https://github.com/rejeep/evm).
0 commit comments