2 Star 0 Fork 0

QLHua001 / mmaction

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
sijie yan 提交于 2019-08-29 15:14 . Update CONTRIBUTING.md

Contributing to MMAction

All kinds of contributions are welcome, including but not limited to the following.

  • Fixes (typo, bugs)
  • New features and components

Workflow

  1. fork and pull the latest mmaction
  2. checkout a new branch (do not use master branch for PRs)
  3. commit your changes
  4. create a PR

Note

  • If you plan to add some new features that involve large changes, it is encouraged to open an issue for discussion first.
  • If you are the author of some papers and would like to include your method to mmaction, please contact Yue Zhao (thuzhaoyue@gmail). We will much appreciate your contribution.

Code style

Python

We adopt PEP8 as the preferred code style. We use flake8 as the linter and yapf as the formatter. Please upgrade to the latest yapf (>=0.27.0) and refer to the configuration.

Before you create a PR, make sure that your code lints and is formatted by yapf.

C++ and CUDA

We follow the Google C++ Style Guide

Python
1
https://gitee.com/QLHua001/mmaction.git
git@gitee.com:QLHua001/mmaction.git
QLHua001
mmaction
mmaction
master

搜索帮助