Skip to content

Commit 4e7cd18

Browse files
committed
PR template
1 parent 2703f59 commit 4e7cd18

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Require approval from Share team when editing repository workflows
2+
# This helps prevent users from sneaking in malicious changes to CI workflows.
3+
4+
/.github/ @unisoncomputing/share

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Problem
2+
3+
Describe the problem this PR intend to solve
4+
5+
## Solution
6+
7+
Describe the solution this PR takes to solve the problem and any alternative approach considered
8+
9+
## Caveats/Notes
10+
11+
Issues that address things you didn't get to or general notes

0 commit comments

Comments
 (0)