Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2018-10-15 16:17:42 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-15 16:17:42 +0300
commit8cf0fe2ee0632cbe10c0c796ff1c4825bf5832ea (patch)
treeb515396a27e62a897b855485b1114264ff0a1822 /.github
parent29f849879ba05ff2ba54416cb77f94597df83d87 (diff)
Add a CODEOWNERS file (#27271)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000000..7d3fa99046
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,3 @@
+*.js @twbs/js-review
+*.css @twbs/css-review
+*.scss @twbs/css-review