-
Notifications
You must be signed in to change notification settings - Fork 1
/
CODEOWNERS
Validating CODEOWNERS rules...
51 lines (36 loc) · 1.13 KB
/
CODEOWNERS
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#
# Software Name: OUDS iOS
# SPDX-FileCopyrightText: Copyright (c) Orange SA
# SPDX-License-Identifier: MIT
#
# This software is distributed under the MIT license,
# the text of which is available at https://opensource.org/license/MIT/
# or see the "LICENSE" file for more details.
#
# Authors: See CONTRIBUTORS.txt
# Software description: A SwiftUI components library with code examples for Orange Unified Design System
#
# Items ordered with the same order as used in GitHub web UI
# Items splitted by owners groups
# Project folders
/.github/ @pylapp
/OUDS/ @pylapp @ludovic35 @Tayebsed93
/Showcase/ @pylapp @ludovic35 @Tayebsed93
/docs_release/ @pylapp @ludovic35
# Utility files
.gitattributes @pylapp @ludovic35
.gitignore @pylapp @ludovic35
.gitleaks.toml @pylapp
.swiftformat @pylapp
.swiftlint.yml @pylapp @ludovic35
CHANGELOG.md @ludovic35 @pylapp @Tayebsed93
Gemfile @pylapp @ludovic35
Gemfile.lock @pylapp @ludovic35
LICENSE @pylapp
NOTICE.txt @pylapp @ludovic35
Package.resolved @pylapp @ludovic35
Package.swift @pylapp @ludovic35
README.md @ludovic35 @pylapp
THIRD_PARTY.md @pylapp
renovate.json @pylapp
uploadWebDoc.sh @pylapp