-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# InnerSource_Project_Fitness | ||
|
||
InnerSource Project Fitness Tracker is designed to gauge how appropriate a project is for InnerSource. | ||
|
||
The Questions are motivated by the [InnerSource Checklist](https://innersourcecommons.org/assets/files/InnerSourceChecklist.pdf), | ||
the [Nine Factor Model for InnerSource adoption](https://ieeexplore.ieee.org/document/6809709), and the | ||
[2020 State of the InnerSource Survey](https://tapjdey.github.io/InnerSource_Survey_2020/index.html). | ||
|
||
## How to run it: | ||
1. [Install R](https://www.r-project.org/) if you don't have it. | ||
1. Open R terminal, type in: `install.packages('shiny')` | ||
1. Type in: `library(shiny)` | ||
1. Type in: `runGist('3568e05ab728b33ec8624c3c56d2b374')` |