Skip to content

Commit

Permalink
Add CODEOWNERS file (#10)
Browse files Browse the repository at this point in the history
Does exactly what it says on the tin. Similar to some of our other open
source projects:

-
[CargoSense/eslint-config](https://github.com/CargoSense/eslint-config/blob/main/.github/CODEOWNERS)
-
[CargoSense/rubocop-cargosense](https://github.com/CargoSense/rubocop-cargosense/blob/main/.github/CODEOWNERS)
-
[CargoSense/stylelint-config-scss](https://github.com/CargoSense/stylelint-config-scss/blob/main/.github/CODEOWNERS)
  • Loading branch information
billylanchantin authored Aug 12, 2024
2 parents 3279c68 + a932d82 commit d7cc652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"vscode": {
"extensions": [
"EditorConfig.EditorConfig",
"JakeBecker.elixir-ls"
"JakeBecker.elixir-ls",
"jasonnutter.vscode-codeowners"
]
}
}
Expand Down
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @CargoSense/elixir-reviewers

0 comments on commit d7cc652

Please sign in to comment.