This is an automated email from the ASF dual-hosted git repository. abeizn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 38451a99eab003202b35a88ec30cce8562fc826c Author: abeizn <[email protected]> AuthorDate: Thu Dec 15 12:12:05 2022 +0800 docs: the github plugin docs in v0.15 --- docs/Plugins/github.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/Plugins/github.md b/docs/Plugins/github.md index 1589eb3f6..f322f3210 100644 --- a/docs/Plugins/github.md +++ b/docs/Plugins/github.md @@ -14,12 +14,16 @@ This plugin gathers data from `GitHub` to display information to the user in `Gr ## Entities -Look at the entities collected by this plugin. +Check out the [GitHub entities](/Overview/SupportedDataSources.md#data-collection-scope-by-each-plugin) collected by this plugin. -- [entities](/Overview/SupportedDataSources.md#data-collection-scope-by-each-plugin) +## Data Refresh Policy + +- [data refresh policy](/Overview/SupportedDataSources.md#github) ## Metrics +Metrics that can be calculated based on the data collected from GitHub: + - [Requirement Count](/Metrics/RequirementCount.md) - [Requirement Lead Time](/Metrics/RequirementLeadTime.md) - [Requirement Delivery Rate](/Metrics/RequirementDeliveryRate.md)
