Skip to content

Commit 3eeaef7

Browse files
authored
Merge pull request #156 from fwan2000/mindmap
initial submission for categorization md and mindmap image
2 parents 57265fe + 292b198 commit 3eeaef7

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

IS.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>Markmap</title>
8+
<style>
9+
* {
10+
margin: 0;
11+
padding: 0;
12+
}
13+
#mindmap {
14+
display: block;
15+
width: 100vw;
16+
height: 100vh;
17+
}
18+
</style>
19+
<script src="https://cdn.jsdelivr.net/npm/d3@5"></script><script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/view.min.js"></script>
20+
</head>
21+
<body>
22+
<svg id="mindmap"></svg>
23+
<script>markmap.markmap('svg#mindmap',{"t":"heading","d":1,"v":"InnerSource Program","c":[{"t":"heading","d":2,"v":"Begin","c":[{"t":"heading","d":3,"v":"Challenge: grow community impact","c":[{"t":"heading","d":4,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/dedicated-community-leader.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">Dedicated Community Leader (P)</a>"}]}]},{"t":"heading","d":2,"v":"Adoption","c":[{"t":"heading","d":3,"v":"Cultural Challenges","c":[{"t":"heading","d":4,"v":"Unrecognized effort","c":[{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/praise-participants.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">praise participants (P)</a>"},{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/project-roles/trusted-committer.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">trusted committer (P)</a>"}]}]},{"t":"heading","d":3,"v":"Technical Challenges","c":[{"t":"heading","d":4,"v":"Not meeting everyone's needs","c":[{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/common-requirements.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">Common Requirements (P)</a>"}]},{"t":"heading","d":4,"v":"Fear of shared support responsibility","c":[{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/service-vs-library.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">Service vs Library (P)</a>"}]}]},{"t":"heading","d":3,"v":"Organizational Challenges","c":[{"t":"heading","d":4,"v":"Discouragement of contributing resource","c":[{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/contracted-contributor.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">Contracted Contributor (P)</a>"}]},{"t":"heading","d":4,"v":"Rejection of accepting contribution","c":[{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/30-day-warranty.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">30 day warranty (P)</a>"}]},{"t":"heading","d":4,"v":"radical change of management","c":[{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/review-committee.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">review committee (P)</a>"}]},{"t":"heading","d":4,"v":"Fear of shared support responsibility","c":[{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/service-vs-library.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">Service vs Library (P)</a>"}]},{"t":"heading","d":4,"v":"not enough maintainers to scale","c":[{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/project-roles/trusted-committer.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">trusted committer (P)</a>"}]},{"t":"heading","d":4,"v":"not willing to invest in reusable modular code","c":[{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/modular-code.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">modular code (R)</a>"}]},{"t":"heading","d":4,"v":"hesitant due to unknown","c":[{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/start-as-experiment.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">start as experiment (D)</a>"}]}]}]},{"t":"heading","d":2,"v":"Grow","c":[{"t":"heading","d":3,"v":"Discovery challenges","c":[{"t":"heading","d":4,"v":"Can't find matching projects","c":[{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/gig-marketplace.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">Gig market (P)</a>"},{"t":"heading","d":5,"v":"<a href=\"https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/innersource-portal.md\" title=\"\" target=\"_blank\" rel=\"noopener noreferrer\">IS portal (P)</a>"}]}]}]},{"t":"heading","d":2,"v":"Scale"}]}).fit()</script>
24+
</body>
25+
</html>

IS.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# InnerSource Program
2+
## Begin
3+
### Challenge: grow community impact
4+
#### [Dedicated Community Leader (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/dedicated-community-leader.md)
5+
## Adoption
6+
### Cultural Challenges
7+
#### Unrecognized effort
8+
##### [praise participants (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/praise-participants.md)
9+
##### [trusted committer (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/project-roles/trusted-committer.md)
10+
### Technical Challenges
11+
#### Not meeting everyone's needs
12+
##### [Common Requirements (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/common-requirements.md)
13+
#### Fear of shared support responsibility
14+
##### [Service vs Library (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/service-vs-library.md)
15+
### Organizational Challenges
16+
#### Discouragement of contributing resource
17+
##### [Contracted Contributor (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/contracted-contributor.md)
18+
#### Rejection of accepting contribution
19+
##### [30 day warranty (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/30-day-warranty.md)
20+
#### radical change of management
21+
##### [review committee (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/review-committee.md)
22+
#### Fear of shared support responsibility
23+
##### [Service vs Library (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/service-vs-library.md)
24+
#### not enough maintainers to scale
25+
##### [trusted committer (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/project-roles/trusted-committer.md)
26+
#### not willing to invest in reusable modular code
27+
##### [modular code (R)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/modular-code.md)
28+
#### hesitant due to unknown
29+
##### [start as experiment (D)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/start-as-experiment.md)
30+
## Grow
31+
### Discovery challenges
32+
#### Can't find matching projects
33+
##### [Gig market (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/gig-marketplace.md)
34+
##### [IS portal (P)](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/innersource-portal.md)
35+
## Scale

0 commit comments

Comments
 (0)