-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contributing file translating (#350)
- Loading branch information
1 parent
b670368
commit 7ed2829
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Contributing | ||
|
||
## Translation | ||
|
||
Please pick any work without translation by `submit new issue`. English version and Chinese version are distinguished by file name, e.g. Chinese version file name abc.md, the corresponding English version should be abc.en.md. | ||
|
||
Manual translation instead of machine translation, there is no need to translate the technical jargon. | ||
|
||
## Contributing to problems | ||
|
||
Please follow the template of "problems", what you need to submit are: | ||
|
||
- Problem and solution markdown file | ||
- Add the link of the solution in README.md | ||
- Add the link of the solution in README.en.md (optional) | ||
- draw.io file(xml) or pictures (optional) | ||
|
||
> Template for reference: [1014.best-sightseeing-pair](./templates/problems/1014.best-sightseeing-pair.md) | ||
> Online painting tools like https://excalidraw.com/, draw.io, processon or iPad apps | ||
## Contributing to daily problem | ||
|
||
- Please follow the template of "daily problem" and submit the issue with correct tags (can refer to official tags on LeetCode). |