From 6cb6c214951d91ff3914cd5461bb48934ce43ebe Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Sun, 26 Jul 2020 23:29:34 +0200 Subject: [PATCH] Mention spotlessApply. --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d148615c6..daf3b6c0b 100644 --- a/README.md +++ b/README.md @@ -132,12 +132,13 @@ Here are a few things to keep in mind that will help get your PR approved. * SSH `git clone git@github.com:/Applied-Energistics-2.git` or * HTTPS `git clone https://github.com//Applied-Energistics-2.git` 3. Change code base -4. Add changes to git `git add -A` -5. Commit changes to your clone `git commit -m ""` -6. Push to your fork `git push` -7. Create a Pull-Request on GitHub -8. Wait for review -9. Squash commits for cleaner history +4. Run `gradlew spotlessApply` to apply automatic code formatting +5. Add changes to git `git add -A` +6. Commit changes to your clone `git commit -m ""` +7. Push to your fork `git push` +8. Create a Pull-Request on GitHub +9. Wait for review +10. Squash commits for cleaner history If you are only doing single file pull requests, GitHub supports using a quick way without the need of cloning your fork. Also read up about [synching](https://help.github.com/articles/syncing-a-fork) if you plan to contribute on regular basis.