Skip to content

Commit 6be727e

Browse files
committed
Add How To
1 parent 424e3d0 commit 6be727e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,24 @@ python
22
======
33

44
Show Me the Code Python version.
5+
6+
7+
### How to Add your solutions:
8+
9+
* fork this repo
10+
* create a folder named with your github name
11+
* create a folder named the problem num
12+
* add your solution in the folder
13+
14+
For example, if you wanna add a solution for problem 001, you should do like this:
15+
16+
* fork Show-Me-the-Code/python
17+
* git clone YOUR_REPO_URL SOME_DIR
18+
* cd SOME_DIR
19+
* mkdir YOUR_GITHUB_USER_NAME
20+
* cd YOU_GITHUB_USER_NAME
21+
* mkdir 001
22+
* cd 001
23+
* and the write some code & test it
24+
25+
if all these steps done, send us an pull request. After we accepte your request, we'll invite you to this group.

0 commit comments

Comments
 (0)