diff --git a/src/Maintained/Statistics/StatisticsComputer.php b/src/Maintained/Statistics/StatisticsComputer.php index 24663cb..4cc8261 100644 --- a/src/Maintained/Statistics/StatisticsComputer.php +++ b/src/Maintained/Statistics/StatisticsComputer.php @@ -31,8 +31,9 @@ class StatisticsComputer implements StatisticsProvider 'refactoring', 'duplicate', 'tests', - 'refactoring', 'suggestion', + 'refactoring', + 'help wanted', 'wip', 'rfc', 'wishlist', @@ -50,6 +51,7 @@ class StatisticsComputer implements StatisticsProvider '.*test.*', '.*suggestion.*', '.*refactoring.*', + '.*help\s+wanted.*', '(.*[\s\.-])?wip', '(.*[\s\.-])?rfc', '(.*[\s\.-])?poc',