aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2020-05-03 08:30:02 -0600
committerRadon Rosborough <radon.neon@gmail.com>2020-05-03 08:30:02 -0600
commitbd61b7204d97a6f3dc410222d63926382d605462 (patch)
tree161658a4562228cd390aa9ede4c29e50c05a93bb /README.md
parent91df7b9d19f85794b1e7d8b03aef290cd2b9699d (diff)
Link to contributor guide
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 2 insertions, 18 deletions
diff --git a/README.md b/README.md
index 46b8823..f4f4d87 100644
--- a/README.md
+++ b/README.md
@@ -105,24 +105,8 @@ The following user options are also available:
## Contributing
-Development of Apheleia happens using the provided Makefile. Run `make
-help` for documentation. All commits are automatically tested using
-`make lint` for all supported Emacs versions on the excellent
-[CircleCI](https://circleci.com/) platform. Please make sure you can
-successfully run `make lint` before submitting a pull request.
-
-If the CI fails, it may be that your change is not compatible with one
-of the Emacs versions supported by Apheleia. Suppose that the failure
-is for Emacs 25.3. To test this locally, you can install
-[Docker](https://www.docker.com/) and run:
-
- % make docker VERSION=25.3
-
-This will start a shell inside of Docker with the specified version of
-Emacs available. The Apheleia source code on your filesystem is
-synchronized with the filesystem inside of Docker, so you need not
-restart the shell after making changes. To test, simply use the same
-Makefile targets as usual.
+Please see [the contributor guide for my
+projects](https://github.com/raxod502/contributor-guide).
## Acknowledgements