Skip to content

Commit 421e90e

Browse files
authored
ci: code owners (#117)
* ci: code owners * ci: code owners
1 parent 6cdaf8b commit 421e90e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Set default owner for the entire repository
2+
* @j-zimnowoda @wildmanonline @merll

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"editor.formatOnSave": true,
1616
"files.associations": {
1717
"CODE_OF_CONDUCT": "markdown",
18-
"CONTRIBUTING": "markdown"
18+
"CONTRIBUTING": "markdown",
19+
"CODEOWNERS": "plaintext"
1920
},
2021
"prettier.enable": true,
2122
"yaml.schemas": {

0 commit comments

Comments
 (0)