-
Notifications
You must be signed in to change notification settings - Fork 686
Expand file tree
/
Copy pathCODEOWNERS
More file actions
38 lines (27 loc) · 1.55 KB
/
CODEOWNERS
File metadata and controls
38 lines (27 loc) · 1.55 KB
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
# Each line is a file pattern followed by one or more owners, which can be an individual user, multiple users, or a team.
# For lines that contain two or more owners, the first owner is the primary topic writer, the second owner is the secondary writer.
# The LAST matched pattern takes precedence, so specific items should be placed LATER in the file.
# Format for owners is
# Username @sfc-gh-<ldap_name>
# Team @snowflakedb/team
# Email email@snowflake.com
# * @global-owner-of-last-resort
# You can also use email addresses if you prefer. They'll be
# used to look up users just like we do for commit author
# emails.
# *.foo foo@snowflake.com
# Jenkinsfile @snowflakedb/repository-test-owner
# We are not aiming to identify ownership for every directory or file yet, but for now add a few rules as examples so we can update as we go.
# More details:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Syntax, which is based on the rules for the .gitignore file: https://git-scm.com/docs/gitignore#_pattern_format
#**************************************************************
# General structure and notes
# - Top to bottom starting in the root directory.
# - Directories first, then individual files.
# - Keep it alphabetical in the sections.
# - A forward slash (/) matches everything in a directory.
# - A wildcard (*) matches everything except the forward slash.
#**************************************************************
# DOCS CONTENT
/content* @streamlit/docs-writers