mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
* Use mdformat pre-commit hook * allows consecutive numbering * improve .mdformat.toml * test mdformat * format markdown * minor fix * fix codespecll * fix circleci * add linkify-it-py dependency for cicleci * add comments * replace flake8 url * add mdformat-myst dependency * remove mdformat-myst dependency * update contributing.md
22 lines
707 B
Markdown
22 lines
707 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
---
|
|
|
|
**Describe the feature**
|
|
|
|
**Motivation**
|
|
A clear and concise description of the motivation of the feature.
|
|
Ex1. It is inconvenient when \[....\].
|
|
Ex2. There is a recent paper \[....\], which is very helpful for \[....\].
|
|
|
|
**Related resources**
|
|
If there is an official code release or third-party implementations, please also provide the information here, which would be very helpful.
|
|
|
|
**Additional context**
|
|
Add any other context or screenshots about the feature request here.
|
|
If you would like to implement the feature and create a PR, please leave a comment here and that would be much appreciated.
|