Skip to content

Commit 865b309

Browse files
committed
fix lint error
1 parent e71766c commit 865b309

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
22

33
## Motivation
4+
45
Please describe the motivation of this PR and the goal you want to achieve through this PR.
56

67
## Modification
8+
79
Please briefly describe what modification is made in this PR.
810

911
## BC-breaking (Optional)
12+
1013
Does the modification introduce changes that break the back-compatibility of the downstream repos?
1114
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
1215

1316
## Use cases (Optional)
17+
1418
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
1519

1620
## Checklist
1721

1822
1. Pre-commit or other linting tools are used to fix the potential lint issues.
1923
2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
2024
3. If the modification has potential influence on downstream projects, this PR should be tested with downstream projects, like MMDet or MMDet3D.
21-
4. The documentation has been modified accordingly, like docstring or example tutorials.
25+
4. The documentation has been modified accordingly, like docstring or example tutorials.

0 commit comments

Comments
 (0)