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 1c464c5 commit b478171Copy full SHA for b478171
.github/CODEOWNERS
@@ -0,0 +1,18 @@
1
+# Project
2
+.github/CODEOWNERS @Jarred-Sumner
3
+
4
+# Build system
5
+CMakeLists.txt @Electroid
6
+cmake/ @Electroid
7
+scripts/ @Electroid
8
9
+# CI
10
+.buildkite/ @Electroid
11
+.github/workflows/ @Electroid
12
13
+# Debugger protocol
14
+packages/bun-inspector-protocol/ @Electroid
15
+packages/bun-debug-adapter-protocol/ @Electroid
16
17
+# Tests
18
+test/expectations.txt @Jarred-Sumner
0 commit comments