We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276670d commit 2d60b0eCopy full SHA for 2d60b0e
PULL_REQUEST_TEMPLATE.md
@@ -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