mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
082f293c85
Summary: Each React Native release has almost 1000 commits and we need to help make it easier for our releases by making sure we put changelogs in our diffs. This will make changelogs required at land time for diffs touching files in react-native-github. Reviewed By: zackargyle Differential Revision: D17585190 fbshipit-source-id: a8ba65e6cc90bed47eeca3d58f16a1dc818c64aa
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
# See https://help.github.com/en/articles/about-code-owners
|
|
# to learn more about code owners.
|
|
# Order is important; the last matching pattern takes the most
|
|
# precedence. You may specify either a GitHub username, or an
|
|
# email address if you prefer, as the code owner.
|
|
|
|
# Any Markdown file anywhere in the repository
|
|
**/*.md @hramos @cpojer
|
|
|
|
# GitHub Settings, Bots
|
|
/.github/ @hramos
|
|
/bots @hramos
|
|
|
|
# Continuous Integration
|
|
/.circleci/ @hramos
|
|
/.circleci/Dockerfiles @gengjiawen
|
|
/.appveyor/ @gengjiawen
|
|
|
|
# Internals
|
|
React/Base/* @shergin
|
|
React/Views/* @shergin
|
|
React/Modules/* @shergin
|
|
React/CxxBridge/* @mhorowitz
|
|
|
|
# Components and APIs
|
|
ReactAndroid/src/main/java/com/facebook/react/animated/* @janicduplessis
|
|
Libraries/Animated/* @janicduplessis
|
|
Libraries/NativeAnimation/* @janicduplessis
|
|
Libraries/Image/* @shergin
|
|
Libraries/Text/* @shergin
|
|
|
|
# Modifications to package.json typically require
|
|
# additional effort from a Facebook employee to land
|
|
/package.json @hramos @cpojer
|
|
|
|
# These should not be modified through a GitHub PR
|
|
LICENSE* @hramos @cpojer @yungsters
|