From 8aae2ac9c9c7978957bc4c372ee810e635ca8c79 Mon Sep 17 00:00:00 2001 From: Daniela Zheleva <42175103+danizheleva@users.noreply.github.com> Date: Wed, 24 Mar 2021 15:38:59 +0000 Subject: [PATCH] Remove duplicate paragraph --- book/introduction.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/book/introduction.md b/book/introduction.md index d6727841e..64502aac4 100644 --- a/book/introduction.md +++ b/book/introduction.md @@ -44,8 +44,6 @@ Patterns must be used thoughtfully. They cannot be indiscriminately applied. In The pattern form is useful for describing proven solutions but it can also be used for *brainstorming new solutions* where patterns are not yet established. This is because the anatomy of a pattern provides a framework for thinking about a problem in a structured manner. You could also create a *donut pattern* (filling in the problem, context, forces, and resulting context fields but leaving the solution blank) as a way of asking the InnerSource Commons community for help (to find a proven solution or to brainstorm things to try). -The pattern form is useful for describing proven solutions but it can also be used for *brainstorming new solutions* where patterns are not yet established. This is because the anatomy of a pattern provides a framework for thinking about a problem in a structured manner. You could also create a *donut pattern* (filling in the problem, context, forces, and resulting context fields but leaving the solution blank) as a way of asking the InnerSource Commons community for help (to find a proven solution or to brainstorm things to try). - ## How to Contribute? Please refer to: [Contribute to this book](./contribute.md)