Skip to content

A. Contribution Guidelines

ys-li edited this page Apr 21, 2022 · 11 revisions

Contribution guidelines in MMCV

en zh_cn

How to make pull requests for MMEditing

How to pass all checks

Pass linting

Configure pre-commit hooks

General

OpenMMLab contribution guidelines

Windows compatibility

Please make sure paths are compatible with Windows.

Please use fix-length data type as np.int64, np.int32 instead of platform-dependent ones as np.long or np.int

Tags for PR

Clone this wiki locally