Skip to content

Commit e739f18

Browse files
committed
Add More Descriptions in PR Template (neo-project#4083)
1 parent b12a051 commit e739f18

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
44

5+
# Change Log
6+
<!-- Use a list
7+
8+
- Add File 'filename here'
9+
- Removed File 'filename here'
10+
- Add Class 'class name here'
11+
- etc
12+
13+
-->
14+
515
Fixes # (issue)
616

717
## Type of change
@@ -19,10 +29,10 @@ Fixes # (issue)
1929

2030
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration -->
2131

22-
- [ ] Test A
23-
- [ ] Test B
24-
25-
**Test Configuration**:
32+
- [ ] Unit Testing
33+
- [ ] Run Application
34+
- [ ] Local Computer Tests
35+
- [ ] No Testing
2636

2737

2838
# Checklist:

0 commit comments

Comments
 (0)