diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-02-24 11:58:46 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-02-24 12:07:24 -0800 |
commit | 361d8abb5b301d2eef508bbbc96a06fa4f4c0cef (patch) | |
tree | bb1e37f7289c33623474d367f258d07c52ee6529 /.DEREK.yml | |
parent | 4d377926e03e11da62e57152ccf35039e29087a6 (diff) | |
download | subsurface-361d8abb5b301d2eef508bbbc96a06fa4f4c0cef.tar.gz |
Add Derek control file
I want to start using Derek to check for Signed-off-by (or, more explicitly,
the DCO) in pull requests.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.DEREK.yml')
-rw-r--r-- | .DEREK.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.DEREK.yml b/.DEREK.yml new file mode 100644 index 000000000..fea6c57d2 --- /dev/null +++ b/.DEREK.yml @@ -0,0 +1,13 @@ +maintainers: + - dirkhh + - neolit123 + - atdotde + - torvalds + - glance- + - mturkia + - janmulder + - tcanabrava + +features: + - dco_check + - comments |