Showing
1 changed file
with
8 additions
and
14 deletions
... | @@ -32,36 +32,30 @@ and add setting.json at root directory for channel access | ... | @@ -32,36 +32,30 @@ and add setting.json at root directory for channel access |
32 | # Usage | 32 | # Usage |
33 | 33 | ||
34 | # Roadmap | 34 | # Roadmap |
35 | +[x] 날씨 정보 받아오기 | ||
36 | +[x] E-campus 일정 받아오기 | ||
37 | +[x] 챗봇과의 대화를 통해 목적지 추려내기 | ||
38 | +[x] 목적지 정보 지도로 반환하기 | ||
35 | 39 | ||
36 | # Contributing | 40 | # Contributing |
37 | 1. Fork this project | 41 | 1. Fork this project |
38 | 42 | ||
39 | -`git fork http://khuhub.khu.ac.kr/2018102202/study-or-enjoy.git` | ||
40 | - | ||
41 | 2. Clone the project | 43 | 2. Clone the project |
42 | 44 | ||
43 | -`git clone http://khuhub.khu.ac.kr/{id}/study-or-enjoy.git` | ||
44 | - | ||
45 | 3. Create your own branch | 45 | 3. Create your own branch |
46 | 46 | ||
47 | -`git checkout -b {new_branch}` | ||
48 | - | ||
49 | 4. Commit your changes | 47 | 4. Commit your changes |
50 | 48 | ||
51 | -`git commit -m "update new feature` | ||
52 | - | ||
53 | 5. Push it to the Branch | 49 | 5. Push it to the Branch |
54 | 50 | ||
55 | -`git push origin {new_branch}` | ||
56 | - | ||
57 | 6. Create pull request | 51 | 6. Create pull request |
58 | 52 | ||
59 | # License | 53 | # License |
60 | - | 54 | +Distributed under the MIT License. |
55 | +See LICENSE.txt for more information. | ||
61 | 56 | ||
62 | # Contact | 57 | # Contact |
63 | -- **신원형**(2018102202) : | 58 | +- **신원형**(2018102202) : swh8059@khu.ac.kr |
64 | - **최유정**(2019102235) : myyou331@khu.ac.kr | 59 | - **최유정**(2019102235) : myyou331@khu.ac.kr |
65 | - **김연우**(2021105581) : yeonwx@khu.ac.kr | 60 | - **김연우**(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 |
61 | +**Project Link** : http://khuhub.khu.ac.kr/2018102202/study-or-enjoy | ... | ... |
-
Please register or login to post a comment