Skip to content

Pull Request Manual

Huan LI (李卓桓) edited this page Sep 16, 2018 · 7 revisions

参加CAIC沙龙需要提交 Pull Request。

https://github.com/BUPT/conversational-ai-club 项目中,以 Pull Request 的形式,将自己想讲解的论文进行修订。

如果论文还不存在,请按照以下标准建立新文件:

关于如何在https://github.com/BUPT/conversational-ai-club下建立新文件:

1. 论文描述文件路径及命名规则

  1. 论文描述文件应存放在docs/papers/目录下
  2. 文件名命名原则为"论文名-年份.md".lowercase().replace(' ', '-')

如: docs/papers/end-to-end-task-completion-neural-dialogue-systems-2018.md

2. Sidebar目录描述规则

  1. docs/_sidebar.md 中增加论文的链接。其中链接名称应为“论文名, 年份"
  2. 如: [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。

注意

  1. 在各自的 Pull Request 的描述中,引用本会议纪要的 issue URL,以便于会议纪要进行追踪。
  2. 在 Pull Request 中,说明自己是属于 Oral 还是 Poster.

Contributing

  1. Fork it
  2. Create your paper branch (git checkout -b my-new-paper)
  3. Commit your changes (git commit -am 'Added some paper')
  4. Push to the branch (git push origin my-new-paper)
  5. Create new Pull Request
Clone this wiki locally