Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions metrics/Change_Requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ or in some contexts "changesets" in the case of Gerrit.

**Aggregators:**
* Count. Total number of change requests during the period.
* Reactions. Number of "thumb-ups" or other reactions on issues.

**Parameters:**

Expand Down
1 change: 1 addition & 0 deletions metrics/Change_Requests_Accepted.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ corresponds to a single commit.
**Aggregators:**
* Count. Total number of accepted change requests during the period.
* Ratio. Ratio of accepted change requests over total number of change requests during that period.
* Reactions. Number of "thumb-ups" or other reactions on issues.

**Parameters:**
* Period of time. Start and finish date of the period during which accepted change requests are considered. Default: forever.
Expand Down
1 change: 1 addition & 0 deletions metrics/Change_Requests_Declined.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ declined change requests in this system.
**Aggregators**:
* Count. Total number of declined change requests during the period.
* Ratio. Ratio of declined change requests over the total number of change requests during that period.
* Reactions. Number of "thumb-ups" or other reactions on issues.

**Parameters:**
* Period of time. Start and finish date of the period during which declined change requests are considered. Default: forever.
Expand Down
1 change: 1 addition & 0 deletions metrics/Issues_Active.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ the action of closing an issue, is considered as a sign of activity.
**Aggregators:**
* Count. Total number of active issues during the period.
* Ratio. Ratio of active issues over total number of issues during that period.
* Reactions. Number of "thumb-ups" or other reactions on issues.

**Parameters:**
* Period of time. Start and finish date of the period during which issues are considered. Default: forever.
Expand Down
1 change: 1 addition & 0 deletions metrics/Issues_New.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ this metric is not the only one that should be used to track volume of coding ac
**Aggregators:**
* Count. Total number of new issues during the period.
* Ratio. Ratio of new issues over total number of issues during that period.
* Reactions. Number of "thumb-ups" or other reactions on issues.

**Parameters:**
* Period of time. Start and finish date of the period during which issues are considered. Default: forever.
Expand Down