Skip to content

Latest commit

 

History

History
executable file
·
35 lines (26 loc) · 1.04 KB

Home.md

File metadata and controls

executable file
·
35 lines (26 loc) · 1.04 KB

We♥︎Interns

Welcome to the weloveinterns wiki! We❤️Interns!

中科院软件所XLab机器人组实习生培训及日常工作日常。

欢迎对机器人系统以及安卓开发感兴趣的同学加入我们!

内训技能树清单 | 完整详细的内训结业测试清单 | 开放任务列表 | 线上会议日程及纪要 | 线下活动目录 | 进度报告

如何更新本wiki

本wiki是[weloveinterns]的镜像,请勿直接在wiki上修改;更新方式请按照标准的 fork-branch-push-PR 的流程来。

# first of all, fork https://github.com/lazyparser/weloveinterns to your github account.
fork-on-github

git clone [email protected]:your-github-id/weloveinterns
cd weloveinterns
# replace update-1 with a meaningful branch name
git checkout -b update-1
# editing...
git add --all
git commit -m "write-some-meanningful-comments"
git push origin update-1

# finally :)
Request a PR on github!