Skip to content

Commit 2d60b0e

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 276670d commit 2d60b0e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

PULL_REQUEST_TEMPLATE.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Description
2+
3+
Please include a summary of the change and which issue is fixed or added
4+
Please also include relevant motivation and context.
5+
6+
Fixes # (issue)
7+
8+
## Type of change
9+
10+
Please delete options that are not relevant.
11+
12+
- [ ] Bug fix (non-breaking change which fixes an issue)
13+
- [ ] New feature (non-breaking change which adds functionality)
14+
- [ ] This change requires a documentation update
15+
16+
**Test Configuration**:
17+
* OS:
18+
19+
# Checklist:
20+
21+
- [ ] My code has been formatted with the clang format file
22+
- [ ] New and existing unit tests pass locally with my changes
23+
- [ ] Qt and ImGui demo projects function correctly

0 commit comments

Comments
 (0)