김연우

Update README.md

Showing 1 changed file with 20 additions and 7 deletions
...@@ -35,20 +35,33 @@ and add setting.json at root directory for channel access ...@@ -35,20 +35,33 @@ and add setting.json at root directory for channel access
35 35
36 # Contributing 36 # Contributing
37 1. Fork this project 37 1. Fork this project
38 -'git fork http://khuhub.khu.ac.kr/2018102202/study-or-enjoy.git' 38 +
39 +`git fork http://khuhub.khu.ac.kr/2018102202/study-or-enjoy.git`
40 +
39 2. Clone the project 41 2. Clone the project
40 -'git clone http://khuhub.khu.ac.kr/{id}/study-or-enjoy.git' 42 +
43 +`git clone http://khuhub.khu.ac.kr/{id}/study-or-enjoy.git`
44 +
41 3. Create your own branch 45 3. Create your own branch
42 -'git checkout -b {new_branch} 46 +
47 +`git checkout -b {new_branch}`
48 +
43 4. Commit your changes 49 4. Commit your changes
44 -'git commit -m "update new feature' 50 +
51 +`git commit -m "update new feature`
52 +
45 5. Push it to the Branch 53 5. Push it to the Branch
46 -'git push origin {new_branch}' 54 +
55 +`git push origin {new_branch}`
56 +
47 6. Create pull request 57 6. Create pull request
48 58
49 # License 59 # License
50 60
61 +
51 # Contact 62 # Contact
52 - **신원형**(2018102202) : 63 - **신원형**(2018102202) :
53 -- **최유정**(2019102235) :
54 -- **김연우**(2021105581) : yeonwx@khu.ac.kr
...\ No newline at end of file ...\ No newline at end of file
64 +- **최유정**(2019102235) : myyou331@khu.ac.kr
65 +- **김연우**(2021105581) : yeonwx@khu.ac.kr
66 +
67 +http://khuhub.khu.ac.kr/2018102202/study-or-enjoy
...\ No newline at end of file ...\ No newline at end of file
......