Skip to content

Commit 1c0d78a

Browse files
authored
Merge pull request #153 from spier/move-meta-info
Move meta info from main README to /meta
2 parents a8ef821 + aab16dc commit 1c0d78a

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff 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.
22

33
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.
44

@@ -15,7 +15,7 @@ You are already using InnerSource in your company and want to share your ideas a
1515
Our mission in this working group
1616
- Collect and document agreed upon best practices of how to do InnerSource - in the form of patterns
1717
- Continuously publish the most mature patterns as an ebook
18-
18+
1919

2020
# List of Patterns
2121

@@ -91,27 +91,13 @@ The pattern form is useful for describing proven patterns but it can also be use
9191

9292
# How to Contribute?
9393

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].
9595

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).
9797

9898
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).
9999

100100

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-
115101
# Related References
116102

117103
* [A pattern language for pattern writing](http://hillside.net/index.php/a-pattern-language-for-pattern-writing), Meszaros and Doble

meta/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Pattern Meta Info
2+
3+
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
File renamed without changes.

0 commit comments

Comments
 (0)