Skip to content

Commit 4a4e406

Browse files
committed
improve contribution descriptio for the book
1 parent fc5a690 commit 4a4e406

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

book/contribute-to-this-book.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Contribute to this book
22

3-
You want to help us make this book better? That is awesome!
3+
You want to make this book better? That is awesome!
44

5-
The InnerSource Patterns book itself is an open source project, and welcomes any form of contribution. Nothing is too small!
5+
The InnerSource Patterns book itself is an [open source project][repo], and welcomes any form of contribution. Nothing is too small!
66

7-
If you have never made a contribution to an open source project before, know that the InnerSource Patterns community is group of friendly people and with that a safe place to try it out :)
7+
No matter if you want to help us fix grammar/spelling, improve the design, or contribute entirely new patterns based on the InnerSource experiences that you have made at your workplace. We love all of that! :)
8+
9+
If you have never made a contribution to an open source project before, know that the InnerSource Patterns community is group of friendly people and with that a safe place to try it out.
810

911
## Before you get started
1012

11-
As the sources for the InnerSource Patterns and this book are kept in a repository on GitHub, you will need a user account there to make edits and suggestions to this book. If you don't have a user account at GitHub yet, head over to [github.com](https://github.com) and create one for free.
13+
The sources for the InnerSource Patterns and this book are kept in a repository on GitHub. Therefore you will need a GitHub user account to make edits and suggestions to this book. If you don't have one yet, head over to [github.com](https://github.com) and create an account for free.
1214

1315
## Different ways to contribute
1416

@@ -18,10 +20,12 @@ Here a few ways in which you can contribute:
1820
2. improve the content of an existing pattern (e.g. by adding a short description of how you are using a pattern as a _Known Instance_)
1921
3. contribute a new pattern, describing how you have overcome InnerSource-related challenges in your organization
2022

21-
For (1) and (2) above you can simply hit the **Edit on GitHub** link that you see at the top of each page in the book. This will take you straight to the respective file in our GitHub repository, where you can suggest your changes.
23+
For (1) and (2) above you can simply hit the **Edit on GitHub** link that you see at the top of each page in this book. This will take you straight to the respective file in our GitHub repository, where you can suggest your changes.
2224

23-
For (3) you need to clone the [InnerSourcePatterns](https://github.com/InnerSourceCommons/InnerSourcePatterns) repository, and add a new file with your suggested pattern. When making such larger contributions to this book please review our [CONTRIBUTING.md](../CONTRIBUTING.md) and also our [Contributor Handbook](../meta/contributor-handbook.md).
25+
For (3) you need to clone the [InnerSourcePatterns][repo] repository, and add a new file with your suggested pattern. When making such larger contributions to this book please review our [CONTRIBUTING.md](../CONTRIBUTING.md) and also our [Contributor Handbook](../meta/contributor-handbook.md).
2426

2527
## License of Contributions
2628

2729
The contents of this repository are licensed under [CC-BY-SA-4.0](../LICENSE.txt). By contributing to this repository, you grant us (and everyone else for that matter) the right to use your contribution in accordance with that license.
30+
31+
[repo]: https://github.com/InnerSourceCommons/InnerSourcePatterns

0 commit comments

Comments
 (0)