diff --git a/README.md b/README.md index d50b159ad..c9cb85fc9 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ The below lists all known patterns. They are grouped into three [maturity levels * [Explicit Shared Ownership](patterns/1-initial/explicit-shared-ownership.md) - *A software component that several teams depend on has grown to the point where owners are no longer capable of taking full ownership. There is confusion who to involve for changes. Sharing ownership explicitly and making expected behaviour visible removes ambiguity. Writing a contributions document creates a natural way to evolve ownership.* * [Standarized Release Process](patterns/1-initial/release-process.md) - *Teams may be reluctant to use InnerSource projects that they are unfamiliar with when there is no clear release process apparent in the repository. Providing clear release notes and a published artifact (binary, docker image, jar, etc) gives people confidence you are publishing a quality product.* * [Explicit InnerSource Principles](patterns/1-initial/explicit-innersource-principles.md) - *The usual InnerSource explanation of "applying open source best practices inside an organisation" does not work well with people lacking an open source background. As a remedy the most important principles of InnerSource get published widely.* +* [Overcoming the Not-Invented-Here Mindset](/patterns/1-initial/not-invented-here.md) - Perfectly good solutions are being rejected because of "Not Invented Here" (NIH). Engineers and their managers will choose to implement functionality themselves first, even if an alternative exists. A shift towards a culture of "Proudly Found Elsewhere" can help reduce the negative impact of NIH. greater chance of success, greater speed." + +* Provide template to use for code submission requirements. (Must include testing. Many companies have built-in, automated testing. Documented communication) For both host and contributors. Requires/assumes compliance. +* Mentorship (requirements can be informed via tracking above results) +* Talking is good /relationship building +* Finding incentives to drive InnerSource behavior (incentives and measures can vary at a team level) +* Shift to a "profoundly found elsewhere" culture +* Demonstrate organizational interest in outside opinions +* Identify influencers who agree to be early adopters - set the stage for others +* Contributability is a mark of quality + +## Resulting Context + +* Developers search for and leverage existing options as opposed to rewriting. This results in: + * increased efficiency + * increased reuse + * higher levels of developer satisfaction + * increased speed to market +* Developers interact with code and products produced by others with the same trust and engagement as those that they themselves have produced. + +## Known Instances + +TBD + +## Status + +* Initial (PR from [16 Mar 2017](https://github.com/InnerSourceCommons/InnerSourcePatterns/pull/64)) + +## Author(s) + +* Erin Bank, CA Technologies +* Tim Yao, Nokia +* Padma Sudarsan, Nokia +* Georg Gruetter, Bosch +* Ofer Hermoni +* Rob Mulcahy +* Max Capraro +* Jory Burson +* John McDonough +* Shola +* Becky - name only +* Russ - name only +* Nick + +## References + +* Oana-Maria Pop, Hype Innovation Blog: [Does Your Organization Have the Not Invented Here Syndrome?](http://blog.hypeinnovation.com/the-not-invented-here-syndrome) +* DSM, Open Innovation: [Proudly Found Elsewhere](https://www.youtube.com/watch?v=jNNz9poyKJs)