-
-
Notifications
You must be signed in to change notification settings - Fork 37
Pull Request Manual
Huan LI (李卓桓) edited this page Sep 9, 2018
·
7 revisions
参加CAIC沙龙需要提交 Pull Request。
在 https://github.com/BUPT/conversational-ai-club 项目中,以 Pull Request 的形式,将自己想讲解的论文进行修订。
如果论文还不存在,请按照以下标准建立新文件:
- 论文描述文件应存放在
docs/papers/
目录下 - 文件名命名原则为"论文名-年份.md".lowercase().replace(' ', '-')
如:
docs/papers/end-to-end-task-completion-neural-dialogue-systems-2018.md
- 在
docs/_sidebar.md
中增加论文的链接。其中链接名称应为“论文名, 年份" - 如:
[End-to-End Task-Completion Neural Dialogue Systems, 2018](papers/end-to-end-task-completion-neural-dialogue-systems-2018.md)
注意:请在各自的 Pull Request 的描述中,引用本会议纪要的 issue URL,以便于会议纪要进行追踪。
轮值主席在收到大家的PR后,在会议通知发送之前进行Merge。
注意:请在各自的 Pull Request 的描述中,引用本会议纪要的 issue URL,以便于会议纪要进行追踪。
- Fork it
- Create your paper branch (git checkout -b my-new-paper)
- Commit your changes (git commit -am 'Added some paper')
- Push to the branch (git push origin my-new-paper)
- Create new Pull Request
2018 - 2019 AI ML Club