InnerSourcePatterns
InnerSourcePatterns copied to clipboard
Proven approaches that can guide you through applying open source best practices within your organization
We opted against creating a new pattern for this topic, and hence closed #501 without merging it. However the PR contain some nuggets of wisdom like the one below that...
This is a proposal to extend the Standard Base Documentation pattern adding references about the Code of Conduct of an InnerSource project. This PR is to complete the issue #555....
In conversations in Slack @MaineC has shared many great tips about how to keep the number of contributors to a project healthy. Her tips are focused on 1. increasing the...
We are performing regular consistency checks between the English version of our patterns and their translations. We do that using the GitHub Action workflow `.github/workflows/i18n-consistency-checker.yaml`. Once #577 goes live, we...
In our pattern template we have a section called **Patlet**. We define it as: > Concise 1-2 sentence description of the problem and solution. Readers may quickly review dozens of...
I was wondering if there might be a way to add tags to the patterns we have created, to enable the following: - Automatically find patterns related to a creating...
GitHub has a way to show the people that committed (code) to this project. However by default only very few people are shown, and there is no further information about...
Experiments related to #570.
When running our [generate-mindmap](https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/main/.github/workflows/generate-mindmap.yml) GitHub Action workflow, we get these two warnings: > The following actions uses node12 which is deprecated and will be forced to run on node16: swinton/[email protected]....
Building an Inner Source community requires create a safe space of collaboration, communication and work. This space should be bounded with a set of rules, standards, and responsabilities. This kind...