Skip to content

Commit 73e26c7

Browse files
authored
Create pull_request_template.md
1 parent 14c5e61 commit 73e26c7

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/pull_request_template.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Pull Request Template
2+
> [!NOTE]
3+
> All Pull Requests must be submitted to the default branch: **develop**
4+
5+
## Description
6+
7+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
8+
9+
Fixes # (issue)
10+
11+
## Type of change
12+
13+
Please delete options that are not relevant.
14+
15+
- [ ] Bug fix (non-breaking change which fixes an issue)
16+
- [ ] New feature (non-breaking change which adds functionality)
17+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
18+
- [ ] This change requires a documentation update
19+
20+
## How Has This Been Tested?
21+
22+
Please describe the tests that you ran to verify your changes.
23+
24+
- [ ] .NET Framework, Version 4.0
25+
- [ ] .NET Framework, Version 4.5
26+
- [ ] .NET Framework, Version 4.6
27+
- [ ] .NET Framework, Version 4.7
28+
- [ ] .NET Framework, Version 4.8
29+
- [ ] .NET Core, Version 3.1
30+
- [ ] .NET 6 ~ 8
31+
- [ ] All Included Samples
32+
33+
## Checklist:
34+
35+
- [ ] My code follows the style guidelines of this project
36+
- [ ] I have performed a self-review of my own code
37+
- [ ] I have commented my code, particularly in hard-to-understand areas
38+
- [ ] I have made corresponding changes to the documentation
39+
- [ ] My changes generate no new warnings
40+
- [ ] I have added tests that prove my fix is effective or that my feature works

0 commit comments

Comments
 (0)