Skip to content

Commit d0fa611

Browse files
committed
Add codeowners and pr template
1 parent 06ef7eb commit d0fa611

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/pull_request_template.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Description
2+
3+
<!-- What does this PR do? -->
4+
5+
## Testing
6+
7+
<!-- How was this change tested? -->
8+
9+
## Checklist
10+
11+
- [ ] Tests added/updated
12+
- [ ] Documentation updated
13+
- [ ] Type definitions updated

.github/workflows/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @0x80

0 commit comments

Comments
 (0)