Skip to content

Commit e71766c

Browse files
committed
add_pr_template
1 parent 0c4c3b7 commit e71766c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
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.
2+
3+
## Motivation
4+
Please describe the motivation of this PR and the goal you want to achieve through this PR.
5+
6+
## Modification
7+
Please briefly describe what modification is made in this PR.
8+
9+
## BC-breaking (Optional)
10+
Does the modification introduce changes that break the back-compatibility of the downstream repos?
11+
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
12+
13+
## Use cases (Optional)
14+
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
15+
16+
## Checklist
17+
18+
1. Pre-commit or other linting tools are used to fix the potential lint issues.
19+
2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
20+
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.

0 commit comments

Comments
 (0)