Skip to content

Commit

Permalink
[Docs] Move some text around
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 10, 2024
1 parent d764e9a commit 3a285c0
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions doc/modules/ROOT/pages/contributing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`).

0 comments on commit 3a285c0

Please sign in to comment.