Skip to content

Commit b592c02

Browse files
Update pull_request_template.md
1 parent b99284f commit b592c02

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
# _REPLACE ME: Pull Request Description_
22

3+
## _REPLACE ME: Name of feature / bug fix / etc._
4+
35
_REPLACE ME: summary of the change(s)_
46

57
_REPLACE ME: motivation and context_
68

79
_REPLACE ME: Fixes #9999999_
810

9-
## Type of change
11+
### Type of change
1012

1113
- [ ] Bug fix (non-breaking change which fixes an issue)
1214
- [ ] New feature (non-breaking change which adds functionality)
1315
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1416
- [ ] Testing
1517
- [ ] Change that requires a documentation update
1618

17-
# How Has This Been Tested?
19+
### How Has This Been Tested?
1820

1921
_REPLACE ME: Action to take -> Expected result in own client. Expected result in other client. Example: Draw a stroke -> Own client should see stroke. Other client should see same stroke with same color, position, thickness._
2022

@@ -24,7 +26,11 @@ _REPLACE ME: any relevant details for your test configuration_
2426
- [ ] Unit Test
2527
- [ ] Integration / End-to-End Test
2628

27-
**Test Configuration**:
29+
30+
[Duplicate all of the above for each distinct feature / bug fix / etc.]
31+
_____
32+
33+
# Test Configuration
2834

2935
* _REPLACE ME: Browser vendor and version: e.g., Chrome Version 91.0.4472.164 (Official Build) (64-bit)_
3036
* _REPLACE ME: VR Device and OS version: e.g., Oculus Quest v29_

0 commit comments

Comments
 (0)