[dasher] Add explicit code ownership to force code reviews



commit 9fbbba547b35101734753eb1f070cc5dfcb94c39
Author: Cagdas <cagdas gerede gmail com>
Date:   Sun Mar 18 22:08:33 2018 +0300

    Add explicit code ownership to force code reviews

 .github/CODEOWNERS | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000..b89c261f
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,3 @@
+# For more information, see: https://blog.github.com/2017-07-06-introducing-code-owners/
+# These owners will be the default owners for everything in the repo.
+*       @cagdasgerede
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]