You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
This repository contains the InnerSource Patterns collected by the [InnerSource Commons][isc-website]. These patterns are InnerSource best practices codified in a specific format to make it easy to understand, evaluate, and reuse them.
1
+
This repository contains the InnerSource Patterns collected by the [InnerSource Commons][isc-website]. These patterns are InnerSource best practices codified in a specific format to make it easy to understand, evaluate, and reuse them.
2
2
3
3
Below you find [what a pattern is][gh-what-are-patterns], a [list of known patterns][gh-list-of-patterns], and [how to use these patterns][gh-how-to-use-patterns] in your organization.
4
4
@@ -15,7 +15,7 @@ You are already using InnerSource in your company and want to share your ideas a
15
15
Our mission in this working group
16
16
- Collect and document agreed upon best practices of how to do InnerSource - in the form of patterns
17
17
- Continuously publish the most mature patterns as an ebook
18
-
18
+
19
19
20
20
# List of Patterns
21
21
@@ -91,27 +91,13 @@ The pattern form is useful for describing proven patterns but it can also be use
91
91
92
92
# How to Contribute?
93
93
94
-
[See our CONTRIBUTING.md for details on getting involved](CONTRIBUTING.md)
94
+
See our [CONTRIBUTING.md](CONTRIBUTING.md) for details on getting involved. To learn how we define, operate, and upkeep this collection of patterns, take a look at [Pattern Meta Info][./meta].
95
95
96
-
We encourage beginners seeking answers to jump in by creating ''donuts'' (problems without solutions). We encourage experts to pad their experience - these are hoped to become part of a book one day. Anyone can offer reviews and comments for [in-progress patterns](https://github.com/InnerSourceCommons/InnerSourcePatterns/pulls).
96
+
We encourage beginners seeking answers to jump in by creating **donuts** (problems without solutions). We encourage experts to pad their experience - these are hoped to become part of a book one day. Anyone can offer reviews and comments for [in-progress patterns](https://github.com/InnerSourceCommons/InnerSourcePatterns/pulls).
97
97
98
98
We work together via Github, Webex, Slack, etc. Do not hesitate to join the [#innersourcecommons](https://isc-inviter.herokuapp.com/) or #innersource-patterns slack channels and ask to be included in the [patterns meetings](/meta/meetings.md) (there is an email list).
99
99
100
100
101
-
# Pattern Meta Info
102
-
103
-
The topics below cover information about how we define, operate, and upkeep this collection of patterns.
104
-
105
-
*[Pattern Template](meta/pattern-template.md) - Start a new pattern with a copy of this
106
-
*[Pattern States](meta/pattern-states.md) - Definitions of the various states and review steps a pattern can be in
107
-
*[Pattern System](pattern-system.md) (draft) For a human reader it is not easy to digest a long list of patterns. We are working on labeling and classifying the patterns further. See [Pattern System](pattern-system.md) for our current thoughts.
108
-
*[Trusted Committers](TRUSTED-COMMITTERS.md) - Who these people are, what elevated rights they get, and how you can become one
109
-
*[Publishing](meta/publishing.md) - How we take completed, reviewed, proven patterns and publish them toward an online book
110
-
*[Markdown Info](meta/markdown-info.md) - Markdown is the ascii text format our patterns are written in; this document briefly defines how we use it
111
-
*[Contributing](CONTRIBUTING.md) - How to interact with our group, create your own patterns, or take part in our review-process; Github / Web centric instructions
112
-
*[Alternate Command-line steps](meta/technical-git-howto.md) - If you want to contribute a pattern using `git` from the command-line, this is your document
113
-
*[Meetings](meta/meetings.md) - Become involved with the people and communications of the Inner Source Patterns group
114
-
115
101
# Related References
116
102
117
103
*[A pattern language for pattern writing](http://hillside.net/index.php/a-pattern-language-for-pattern-writing), Meszaros and Doble
The topics below cover information about how we define, operate, and upkeep this collection of patterns.
4
+
5
+
*[Pattern Template](./pattern-template.md) - Start a new pattern with a copy of this
6
+
*[Pattern States](./pattern-states.md) - Definitions of the various states and review steps a pattern can be in
7
+
*[Pattern System](./pattern-system.md) (draft) For a human reader it is not easy to digest a long list of patterns. We are working on labeling and classifying the patterns further. See [Pattern System](pattern-system.md) for our current thoughts.
8
+
*[Trusted Committers](../TRUSTED-COMMITTERS.md) - Who these people are, what elevated rights they get, and how you can become one
9
+
*[Publishing](./publishing.md) - How we take completed, reviewed, proven patterns and publish them toward an online book
10
+
*[Markdown Info](./markdown-info.md) - Markdown is the ascii text format our patterns are written in; this document briefly defines how we use it
11
+
*[Contributing](../CONTRIBUTING.md) - How to interact with our group, create your own patterns, or take part in our review-process; Github / Web centric instructions
12
+
*[Alternate Command-line steps](./technical-git-howto.md) - If you want to contribute a pattern using `git` from the command-line, this is your document
13
+
*[Meetings](./meetings.md) - Become involved with the people and communications of the Inner Source Patterns group
0 commit comments