en/docs/chapter_appendix/contribution.md
Due to limited capacity, there may be inevitable omissions and errors in this book. We appreciate your understanding and are grateful for your help in correcting them. If you discover typos, broken links, missing content, ambiguous wording, unclear explanations, or structural issues, please help us make corrections to provide readers with higher-quality learning resources.
The GitHub IDs of all contributors will be displayed on the homepage of the book repository, the web version, and the PDF version to acknowledge their selfless contributions to the open source community.
!!! success "The Charm of Open Source"
The interval between two printings of a physical book is often quite long, making content updates very inconvenient.
In this open source book, the time for content updates has been shortened to just days or even hours.
As shown in the figure below, there is an "edit icon" in the top-right corner of each page. You can modify text or code by following these steps.
Images cannot be directly modified. Please describe the issue by creating a new Issue or leaving a comment. We will promptly redraw and replace the images.
If you are interested in contributing to this open source project, including translating code into other programming languages or expanding article content, you will need to follow the Pull Request workflow below.
git clone command to clone the repository to your local machine.From the root directory of hello-algo, run the following Docker script to access the project at http://localhost:8000:
docker-compose up -d
Use the following command to remove the deployment:
docker-compose down