Skip to content

Commit f513253

Browse files
authored
Merge pull request open-mmlab#613 from Junjun2016/add_pr_template
[Enhancement] Add PR template
2 parents 0c4c3b7 + 865b309 commit f513253

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/pull_request_template.md

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

0 commit comments

Comments
 (0)