mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* [Refactor] Use mdformat instead of markdownlint to format markdown. * Update unavailiable api links in tutorials * Update CONTRIBUTING.md * Use mdformat==0.7.9 to support Python 3.6
33 lines
767 B
Markdown
33 lines
767 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
title: '[Feature]'
|
|
labels: enhancement
|
|
assignees: ''
|
|
---
|
|
|
|
### Describe the feature
|
|
|
|
\[here\]
|
|
|
|
### 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 \[....\].
|
|
|
|
\[here\]
|
|
|
|
### Related resources
|
|
|
|
If there is an official code release or third-party implementation, please also provide the information here, which would be very helpful.
|
|
|
|
\[here\]
|
|
|
|
### 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.
|
|
|
|
\[here\]
|