Skip to content

Pull Request Manual

Huan LI (李卓桓) edited this page Jun 10, 2019 · 7 revisions

DEPRECATED

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

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

注意:请在各自的 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 a new Pull Request