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
+13-62
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ In order to be merged into emacs-elixir, contributions must have the following:
45
45
* A solid patch that:
46
46
47
47
* is clear.
48
-
* works across all supported versions of Emacs (24+).
48
+
* works across all supported versions of Emacs (25+).
49
49
* follows the existing style of the code base.
50
50
* comments included as needed.
51
51
@@ -58,91 +58,42 @@ substantial time for the all-volunteer team to get to.
58
58
59
59
## How to run tests
60
60
61
-
There are two tools that helps us to test emacs-elixir:
61
+
We use [Eldev](https://github.com/doublep/eldev) as the project management tool and its built-in ERT integration. Our build matrix can be seen in the workflow file in `.github/workflows/ci.yml`. This ensure we run tests in all of our build matrix.
62
62
63
-
*[Cask](https://github.com/cask/cask) - a project management tool for Emacs that helps automate the package development cycle.
64
-
*[Ert-runner](https://github.com/rejeep/ert-runner.el) - a tool for Emacs projects tested using Ert.
65
-
66
-
### Emacs Version Manager
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
-
70
-
To install [EVM](https://github.com/rejeep/evm), run:
0 commit comments