-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathCODEOWNERS
More file actions
25 lines (21 loc) · 870 Bytes
/
CODEOWNERS
File metadata and controls
25 lines (21 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# License related
/CodeAnalysis/ @andy840119
/LICENSE @andy840119
/README.md @andy840119
/osu.licenseheader @andy840119
# CI config
/.github/ @andy840119
/Directory.Build.props @andy840119
/appveyor.yml @andy840119
/cake.config @andy840119
# Resource related
/assets/ @andy840119
/osu.Game.Rulesets.Karaoke/Resources/ @andy840119
/osu.Game.Rulesets.Karaoke.Tests/Resources/ @andy840119
# Editor or git config
/.config/dotnet-tools.json @andy840119
/.editorconfig @andy840119
/.gitattributes @andy840119
/.gitignore @andy840119
/osu.Game.Rulesets.Karaoke.sln @andy840119
/osu.Game.Rulesets.Karaoke.sln.DotSettings @andy840119