diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2020-05-03 08:30:02 -0600 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2020-05-03 08:30:02 -0600 |
| commit | bd61b7204d97a6f3dc410222d63926382d605462 (patch) | |
| tree | 161658a4562228cd390aa9ede4c29e50c05a93bb /README.md | |
| parent | 91df7b9d19f85794b1e7d8b03aef290cd2b9699d (diff) | |
Link to contributor guide
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 2 insertions, 18 deletions
@@ -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 |
