From 3e96017ed6e5229c49254e8b3a8fcd060e55d391 Mon Sep 17 00:00:00 2001 From: Creeam <102713261+HaHaWTH@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:52:10 +0800 Subject: [PATCH] [ci skip] Update EN contributing guide --- docs/CONTRIBUTING_EN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CONTRIBUTING_EN.md b/docs/CONTRIBUTING_EN.md index 2fffd60..c529f35 100644 --- a/docs/CONTRIBUTING_EN.md +++ b/docs/CONTRIBUTING_EN.md @@ -55,7 +55,7 @@ It's very easy to add patches by following the steps below: 2. Add these changes to the local git repository (For example, `git add .`) 3. Commit these changes using `git commit -m ` (PS: do not commit new-created files) 4. Run Gradle's task `rebuildAllServerPatches` to convert your commits to a new patch -5. Run Gradle's task `fixupPaperApiFilePatches` to generate new-crated files to new patches (PS: do not commit again before you run this task) +5. Run Gradle's task `fixupPaperApiFilePatches` to generate newly created files to new patches (PS: do not commit again before you run this task) 6. Push your patches to your repository After pushing, you can open a PR to submit your patches. @@ -69,5 +69,5 @@ You can modify an existing patch by following the steps below: - If you want to edit the commit message, replace `--fixup` with `--squash`. 3. Run `git rebase -i --autosquash base` to rebase automatically, then just type `:q` to close the confirm page 4. Run Gradle's task `rebuildAllServerPatches` to modify existing patches -5. Run Gradle's task `fixupPaperApiFilePatches` to regenerate luminol-crated files to patches (PS: do not commit again before you run this task) -6. Push and PR again \ No newline at end of file +5. Run Gradle's task `fixupPaperApiFilePatches` to regenerate luminol-created files to patches (PS: do not commit again before you run this task) +6. Push and PR again