-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Replace markdownlint with mdformat (#163)
* markdonwlint -> mdformat * update mmcv min and max version * fix README_zh-CN links
- Loading branch information
Showing
25 changed files
with
635 additions
and
604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,42 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[Bug]" | ||
title: '[Bug]' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the bug | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
[here] | ||
\[here\] | ||
|
||
### To Reproduce | ||
|
||
The command you executed. | ||
|
||
```shell | ||
[here] | ||
``` | ||
|
||
### Post related information | ||
|
||
1. The output of `pip list | grep "mmcv\|mmrazor\|^torch"` | ||
[here] | ||
\[here\] | ||
2. Your config file if you modified it or created a new one. | ||
|
||
```python | ||
[here] | ||
``` | ||
|
||
3. Your train log file if you meet the problem during training. | ||
[here] | ||
\[here\] | ||
4. Other code you modified in the `mmrazor` folder. | ||
[here] | ||
\[here\] | ||
|
||
### Additional context | ||
|
||
Add any other context about the problem here. | ||
|
||
[here] | ||
\[here\] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[Feature]" | ||
title: '[Feature]' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the feature | ||
|
||
[here] | ||
\[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 [....]. | ||
Ex1. It is inconvenient when \[....\]. | ||
Ex2. There is a recent paper \[....\], which is very helpful for \[....\]. | ||
|
||
[here] | ||
\[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] | ||
\[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] | ||
\[here\] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.