Skip to content

Commit 0027530

Browse files
authored
Merge pull request #26 from InnerSourceCommons/rrrutledge-patch-1
2 parents bab7aad + ff93f99 commit 0027530

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

measuring/goals/find-projects.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# **Goal:** Find InnerSource Projects
2+
3+
We want it to be easy for people to find InnerSource projects to use.
4+
5+
## Related Questions
6+
7+
| **Question** | **How it relates to the goal** | **Gotchas** |
8+
| --- | --- | --- |
9+
| [Who uses the InnerSource project?](../questions/who-uses.md) | Projects that are used widely are probably useful and good for others to discover. | The inverse is not necessarily true - a project with low usage isn't necessarily bad - it also might be just what I am looking for. |
10+
| [Who contributes to the InnerSource project?](../questions/who-contributes.md) | Projects that have many contributors are probably useful and good for others to discover. | The inverse is not necessarily true - a project with few contributors could still be useful. |
11+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# **Metric:** Code contributions
2+
3+
**Synopsis**: Count of commits that do not come from the project owner.
4+
Gain additional insight by gathering metadata on these commits such as committer identity, committer business unit, or or commit timestamp.
5+
6+
**Unit of Measurement**: Ordinal number
7+
8+
**Interpretation**: Higher contribution count is generally better.
9+
Higher diversity of contribution across people, business units or timeframe is generally better
10+
11+
**Measuring**
12+
13+
Look in your source control system to see who is committing to the project.
14+
Check to see who are the project owners.
15+
Count all commits from those who are not project owners.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# **Question:** Who contributes to the InnerSource project?
2+
3+
There are many types of contributions - e.g. code, documentation, discussion, etc.
4+
5+
## Related Metrics
6+
7+
| **Metric** | **How it answers the question** | **Gotchas** |
8+
| --- | --- | --- |
9+
| [Code Contributions](../metrics/code-contributions.md) | Each code contribution represents a contributor to the InnerSource project. | There are other types of contributions beyond code. |

0 commit comments

Comments
 (0)