diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-02-10 19:03:09 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-02-10 19:03:09 +0200 |
| commit | 3a285c000def91cec7c43f2f77fb0bade908950e (patch) | |
| tree | c03d52622252862be6e889bd75b5ccbd87a74f16 /doc/modules | |
| parent | d764e9a7ee35e5712b382494894c3c6bb07d0b34 (diff) | |
[Docs] Move some text around
Diffstat (limited to 'doc/modules')
| -rw-r--r-- | doc/modules/ROOT/pages/contributing.adoc | 55 |
1 files changed, 27 insertions, 28 deletions
diff --git a/doc/modules/ROOT/pages/contributing.adoc b/doc/modules/ROOT/pages/contributing.adoc index c7c32e2..c7b2401 100644 --- a/doc/modules/ROOT/pages/contributing.adoc +++ b/doc/modules/ROOT/pages/contributing.adoc @@ -22,8 +22,33 @@ isn't already fixed or caused by interactions with other packages. Patches in any form are always welcome! GitHub pull requests are even better! :-) Before submitting a patch or a pull request make sure all tests are -passing and that your patch is in line with the https://github.com/bbatsov/projectile/blob/master/CONTRIBUTING.md[contribution -guidelines]. +passing and that your patch is in line with the https://github.com/bbatsov/projectile/blob/master/CONTRIBUTING.md[contribution guidelines]. + +== Running the tests in batch mode + +[source,sh] +---- +$ cd /path/to/projectile +$ eldev test +---- + +If you need to make sure dependencies are at the latest version: + +[source,sh] +---- +$ eldev update +---- + +Run all tests with Projectile installed as an Emacs package +(i.e. byte-compiled and all that; this won't affect your normal Emacs +though): + +[source,sh] +---- +$ eldev -p test +---- + +Tests should run fine in `shell-mode` or `term-mode`. It's also possible to use kbd:[M-x] `compile` (or `helm-make`). == Documentation @@ -85,29 +110,3 @@ You can support the development of Projectile via https://www.paypal.me/bbatsov[PayPal], https://www.patreon.com/bbatsov[Patreon] and https://github.com/sponsors/bbatsov[GitHub Sponsors]. - -== Running the tests in batch mode - -[source,sh] ----- -$ cd /path/to/projectile -$ eldev test ----- - -If you need to make sure dependencies are at the latest version: - -[source,sh] ----- -$ eldev update ----- - -Run all tests with Projectile installed as an Emacs package -(i.e. byte-compiled and all that; this won't affect your normal Emacs -though): - -[source,sh] ----- -$ eldev -p test ----- - -Tests should run fine in `shell-mode` or `term-mode`. It's also possible to use kbd:[M-x] `compile` (or `helm-make`). |
