We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2703f59 commit 4e7cd18Copy full SHA for 4e7cd18
.github/CODEOWNERS
@@ -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
@@ -0,0 +1,11 @@
+## Problem
+Describe the problem this PR intend to solve
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