diff --git a/docs/repos-feature-usage.html b/docs/repos-feature-usage.html index b5436fcd..b9ed7a30 100644 --- a/docs/repos-feature-usage.html +++ b/docs/repos-feature-usage.html @@ -12,10 +12,14 @@
- The percentage of active repositories located in organizations, using at least one protected branch, and having at least one topic assigned to it. + The percentage of active repositories located in organizations with at least one active protected branch and at least one topic assigned to them.
In this context, active designates repositories with at least one pushed commit in the last four weeks.
++ All shared branches (for example, master and release branches) should be protected to ensure that they cannot be deleted or rewritten by accident. + Furthermore, tagging repository with associated topics increases their discoverability. +