diff options
| author | Mark Otto <[email protected]> | 2018-10-15 06:17:42 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-15 16:17:42 +0300 |
| commit | 8cf0fe2ee0632cbe10c0c796ff1c4825bf5832ea (patch) | |
| tree | b515396a27e62a897b855485b1114264ff0a1822 /.github | |
| parent | 29f849879ba05ff2ba54416cb77f94597df83d87 (diff) | |
| download | bootstrap-8cf0fe2ee0632cbe10c0c796ff1c4825bf5832ea.tar.xz bootstrap-8cf0fe2ee0632cbe10c0c796ff1c4825bf5832ea.zip | |
Add a CODEOWNERS file (#27271)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..7d3fa9904 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +*.js @twbs/js-review +*.css @twbs/css-review +*.scss @twbs/css-review |
