mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 18:00:18 +08:00
Improve the landing page, mindmap and pull request template (#1053)
* Add the hero image. * Remove code badges from the landing page * Update the style of the mindmap * Update the quote of knowledge sharing * Fix a type * Update the pull request template * Update index.md of docs-en
This commit is contained in:
13
.github/pull_request_template.md
vendored
13
.github/pull_request_template.md
vendored
@@ -1,5 +1,10 @@
|
||||
If this PR is related to coding or code translation, please fill out the checklist and paste the console outputs to the PR.
|
||||
If this pull request (PR) pertains to **Chinese-to-English translation**, please confirm that you have read the contribution guidelines and complete the checklist below:
|
||||
|
||||
- [ ] I've tested the code and ensured the outputs are the same as the outputs of reference code.
|
||||
- [ ] I've checked the code (formatting, comments, indentation, file header, etc) carefully.
|
||||
- [ ] The code does not rely on a particular environment or IDE and can be executed on a standard system (Win, macOS, Ubuntu).
|
||||
- [ ] This PR represents the translation of a single, complete document, or contains only bug fixes.
|
||||
- [ ] The translation accurately conveys the original meaning and intent of the Chinese version. If deviations exist, I have provided explanatory comments to clarify the reasons.
|
||||
|
||||
If this pull request (PR) is associated with **coding or code transpilation**, please attach the relevant console outputs to the PR and complete the following checklist:
|
||||
|
||||
- [ ] I have thoroughly reviewed the code, focusing on its formatting, comments, indentation, and file headers.
|
||||
- [ ] I have confirmed that the code execution outputs are consistent with those produced by the reference code (Python or Java).
|
||||
- [ ] The code is designed to be compatible on standard operating systems, including Windows, macOS, and Ubuntu.
|
||||
|
||||
Reference in New Issue
Block a user