From 371abd5c952032cc76eb7f803e6161203e5146af Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 9 Dec 2020 10:16:24 -0600 Subject: [PATCH] chore: Add CODEOWNERS test I'm not sure if the syntax is proper. --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..b336abe3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# **/bwa/** @drpatelh @maxulysse +**/fastqc/** @drpatelh @grst @ewels @FelixKrueger