Skip to content

Commit

Permalink
Create .github/CODEOWNERS (#1016)
Browse files Browse the repository at this point in the history
* Create CODEOWNERS

CODEOWNERS helps us determine who owns a file for the purposes of pull requests

* Update CODEOWNERS

Use GitHub teams from the Streamlit org

---------

Co-authored-by: Debbie Matthews <[email protected]>
  • Loading branch information
sfc-gh-cmilton and sfc-gh-dmatthews authored Apr 8, 2024
1 parent 2341342 commit bf3d30c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 protected]

# * @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 [email protected]

# 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

0 comments on commit bf3d30c

Please sign in to comment.