[ci skip]fix Contributing.md

This commit is contained in:
ShintoKosei
2024-02-18 14:58:58 +08:00
committed by GitHub
parent d0d9402571
commit 0715533d18
2 changed files with 6 additions and 6 deletions

View File

@@ -38,9 +38,9 @@ If you have forked the main repository, then you should follow the steps below:
1. Clone your repository to local
2. Run Gradle's `applyPatches` task in your IDE or terminal (You can run `./gradlew applyPatches` directly in terminal.)
3. Enter `luminol-api` or `luminol-server` directory to carry out modifications.
3. Enter `luminol-api` directory to carry out modifications.
BTW, `luminol-api` and `luminol-server` are not normal git repositories.
BTW, `luminol-api` and are not normal git repositories.
- Before applying patches, the base will point to unmodified source code.
- Every commit after the base is a patch.
@@ -50,7 +50,7 @@ BTW, `luminol-api` and `luminol-server` are not normal git repositories.
It's very easy to to add patches by following the steps below:
1. Modify the code of `luminol-api` and / or `luminol-server`
1. Modify the code of `luminol-api`
2. Add these changes to the local git repository (For example, `git add .`)
3. Commit these changes using `git commit -m <Commit Message>`
4. Run Gradle's task `rebuildPatches` to convert your commits to a new patch