Skip to content

Commit 4ec75ac

Browse files
authored
Create pull_request_template.md (#155)
1 parent a488821 commit 4ec75ac

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/pull_request_template.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Description
2+
3+
> **Note**
4+
>
5+
> Please provide a description of the work completed in this PR below
6+
>
7+
>
8+
9+
10+
## Type of Change
11+
- [ ] New feature
12+
- [ ] Bug fix
13+
- [ ] Breaking change
14+
- [ ] Documentation update
15+
- [ ] Project configuration change
16+
17+
## Complexity
18+
- [ ] LOW
19+
- [ ] MEDIUM
20+
- [ ] HIGH
21+
22+
Complexity:
23+
24+
## How Has This Been Tested?
25+
- [ ] Unit tests
26+
- [ ] Integration tests
27+
- [ ] Manual tests
28+
29+
# Checklist
30+
31+
The following requirements should have been met (depending on the changes in the branch):
32+
33+
- [ ] Documentation has been updated
34+
- [ ] Unit tests have been updated
35+
- [ ] Integration tests have been updated
36+
- [ ] Server has been tested in an MCP application
37+
- [ ] CHANGELOG.md updated if appropriate

0 commit comments

Comments
 (0)