Skip to content

Commit 92de755

Browse files
rmartingrrrutledgeafuchermzleo
authored
Minor fix to align Host and Core team references (#599)
* 📝 Update host and core team references * 🇩🇪 Traslate host and core team references * 🇪🇸 Traslate host and core team references * 🇫🇷 Traslate host and core team references * 🇮🇹 Traslate host and core team references * 🇯🇵 Traslate host and core team references * 🇧🇷 Traslate host and core team references * 🇷🇺 Traslate host and core team references * 🇨🇳 Traslate host and core team references * Update introduction/03-how-works.asciidoc Co-authored-by: rrrutledge <[email protected]> * ✏️ (french): Fix translate into French * Update introduction/pt-br/03-how-works-pt-br.asciidoc Co-authored-by: Arthur Fücher <[email protected]> * Update introduction/pt-br/05-principles-pt-br.asciidoc Co-authored-by: Arthur Fücher <[email protected]> * Update introduction/pt-br/07-faq-pt-br.asciidoc Co-authored-by: Arthur Fücher <[email protected]> * ✏️ (lang): Fix Chinese translations * Update introduction/ja/03-how-works-ja.asciidoc Co-authored-by: Leona Matsumoto <[email protected]> * Update introduction/ja/05-principles-ja.asciidoc Co-authored-by: Leona Matsumoto <[email protected]> --------- Co-authored-by: rrrutledge <[email protected]> Co-authored-by: Arthur Fücher <[email protected]> Co-authored-by: Leona Matsumoto <[email protected]>
1 parent 05baf77 commit 92de755

21 files changed

+38
-26
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Currently, the four sections to the learning path are:
1414
1. [Contributor](http://innersourcecommons.org/learn/learning-path/contributor/)
1515
1. [Product Owner](http://innersourcecommons.org/learn/learning-path/product-owner/)
1616
1. [Project Leader](https://innersourcecommons.org/learn/learning-path/project-leader/)
17-
17+
1818
There is also the [workbook](workbook/), a collection of questions and answers on based on the videos and articles for people to check their knowledge against after consuming the material.
1919

2020
New sections and segments may be added at any time via the [contribution] process.
@@ -25,7 +25,7 @@ The InnerSource Learning Path is produced via the [InnerSource Commons] communit
2525
We coordinate our work in the [#learning-path] _Slack_ channel.
2626
We track our tasks and discuss their status openly using our GitHub project [Kanban board].
2727

28-
Typically, a card bundles tasks about one artifact (e.g. written articles accompanying one learning path section) or small milestones (e.g. finishing the post production of one section).
28+
Typically, a card bundles tasks about one artifact (e.g. written articles accompanying one learning path section) or small milestones (e.g. finishing the post production of one section).
2929
You can infer whether a task is currently actively developed or under review based on the card's column in the [Kanban board].
3030

3131
## Trusted Committers
@@ -67,7 +67,7 @@ workbook/0n-section-name.asciidoc // Contains the part of the workbook matching
6767
After material is finished the scripts will be used to film videos.
6868
Each video should be about 5min in length.
6969
Each article should be about a page long.
70-
The idea is that a person could receive a link to an article or video and watch or read it without having to set aside time in advance to do so.
70+
The idea is that a person could receive a link to an article or video and watch or read it without having to set aside time in advance to do so.
7171
Videos, articles, and workbooks will be published at _learning.oreilly.com_ and also at _innersourcecommons.org_.
7272

7373
## How to Get Involved

introduction/03-how-works.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ More engineering time stays focused on producing code that solves company proble
4343

4444
=== Additional Resources
4545

46+
* The host team can be represented by the https://patterns.innersourcecommons.org/p/core-team[Core Team] pattern.
4647
* The https://patterns.innersourcecommons.org/p/trusted-committer[Trusted Committer] pattern.

introduction/05-principles.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This means that guest teams should be able to have an understanding of:
4141
* Decision making of the host team
4242

4343
When possible, the above should be communicated clearly and in detail, from teams' internal definitions of items to special-case scenarios specific to the project.
44-
This communication should be done in a manner that can be easily queried and understood to those that are not part of the core team.
44+
This communication should be done in a manner that can be easily queried and understood to those that are not part of the host team.
4545

4646
=== Prioritized Mentorship
4747

introduction/07-faq.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It depends on how far you're going. You'll probably be going a lot further than
2424
image::https://user-images.githubusercontent.com/9609562/151901209-52b3468b-dedd-4319-9ca3-38b6b2bcfaf5.png[If you want to go fast, go alone. If you want to go far, go together]
2525

2626
=== Will we just be reviewing PRs all day every day?
27-
If so then your core team is understaffed. A healthy team is staffed so that there is time for assisting contributors and making core contributions yourself.
27+
If so then your https://patterns.innersourcecommons.org/p/core-team[core team] is understaffed. A healthy team is staffed so that there is time for assisting contributors and making core contributions yourself.
2828

2929
You can mitigate this by setting expectation, potentially via SLAs. If contributors expect PR reviews within an hour, maybe you will be stuck reviewing PRs all the time, but if you set an SLA of 1 day or 1 week, this won't be the case.
3030

introduction/de/03-how-works-de.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Bei kleinen, einfacheren Projekten füllt oft eine einzelne Person _sowohl_ die
2828
Basierend auf diesen Rollen können wir nun den InnerSource-Prozesses grob skizzieren.
2929

3030
* Das Gastteam, beziehungsweise konkret ein Mitglied des Gastteams, fragt eine Funktion vom Host-Team an.
31-
* Der Product Owner stellt sicher, dass User Stories entsprechend dem Feature Request erstellt werden: Entweder vom Guest Team oder vom Host Team.
31+
* Der Product Owner stellt sicher, dass User Stories entsprechend dem Feature Request erstellt werden: Entweder vom Guest Team oder vom Host Team.
3232
Diese Userstories beschreiben das gewünschte Feature so wie es sich das Gastteam vorstellt.
3333
Die User Stories enthalten auch all jene Details, auf die das Host Team vor Annahme der Änderung Wert legt.
3434
Beispiele für solche Details sind Besonderheiten in der Architektur, Coding Conventions, die Verwendung spezifischer Bibliotheken, Contracts hinsichtlich Daten usw.
3535
* Unterstützt vom Trusted Committer, sendet der Contributor den Pull-Request, um das angefragte Feature zu implementieren.
3636
37-
Zu beachten ist, dass bei diesen Schritten kein bestimmter Prozess für Koordination oder Priorisierung der Teams vorrausgesetzt wird.
37+
Zu beachten ist, dass bei diesen Schritten kein bestimmter Prozess für Koordination oder Priorisierung der Teams vorrausgesetzt wird.
3838
InnerSource geht davon aus, dass Teams bereits über vorhandene Organisationsmethoden verfügen, und bietet einen Rahmen für die Zusammenarbeit, wenn ein Gastteam Code zu einem Project beitragen möchte.
3939

4040
Dieser Weg der Zusammenarbeit birgt Vorteile für das Gastteam. Es erhält die Funktionalität, die es benötigt zum rechten Zeitpunkt und ohne die Verpflichtung, die langfristige Wartung der Lösung zu übernehmen.
@@ -44,4 +44,5 @@ In letzter Konsequenz fließt mehr Zeit in Code, der die eigentlichen Unternehme
4444

4545
=== Zusätzliche Ressourcen
4646

47+
* Das Hostteam wird normalerweise durch das Muster https://patterns.innersourcecommons.org/p/core-team[Core Team] dargestellt.
4748
* Die Mustervorlage https://patterns.innersourcecommons.org/p/trusted-committer[Trusted Committer].

introduction/de/05-principles-de.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Dies bedeutet, dass Gastteams in der Lage sein sollten, folgendes zu verstehen:
4141
* Entscheidungsfindungsprozess des Hostteams
4242

4343
Wenn möglich, sollte das obige klar und detailliert kommuniziert werden, von den internen Definitionen der verbleibenden Arbeit bis hin zu projektspezifischen Spezialszenarien.
44-
Diese Kommunikation sollte auf eine Weise erfolgen, sodass die Information für diejenigen, die nicht Teil des Kernteams sind, leicht gefunden and nachvollzogen werden kann.
44+
Diese Kommunikation sollte so erfolgen, dass sie für Personen, die nicht zum Gastgeberteam gehören, leicht abgefragt und verstanden werden kann.
4545

4646
=== Priorisierte Betreuung
4747

@@ -54,7 +54,7 @@ Es ist wichtig, dass Mentoring für potentielle Contributoren vom Hostteam prior
5454
Das Hostteam sollte sich bemühen, sich ausreichend Zeit für die Betreuung der Contributor des Gastteams zu nehmen - ganz speziell zu dem Zeitpunkt zu dem der Contributor es benötigt - und nicht, wenn es für das Hostteam bequem ist.
5555
Manchmal kann es für Entwickler im Hostteam ein Kulturwandel sein, Zeit zu investieren um anderen beim Schreiben von Quellecode zu helfen, anstatt selbst zu entwickeln.
5656
Diese Art des Mentorings ist sowohl für den einzelnen Mitarbeiter des Gastteams als auch für den Gastgeber wertvoll, und es lohnt sich den Aufwand zu betreiben.
57-
Es erweist sich auf lange Sicht als vorteilhaft für beide Seiten.
57+
Es erweist sich auf lange Sicht als vorteilhaft für beide Seiten.
5858
Durch die Verbesserung des Quellcodes bildet oder verbessert der Mitarbeiter die Beziehungen innerhalb einer Organisation, die sonst möglicherweise nicht existiert hätten.
5959
Open Source erkennt diesen Punkt sofort und betrachtet es als eine Ehre, den Status eines Trusted Committers für ein Projekt zu erreichen.
6060

introduction/es/03-how-works-es.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ Finalmente, se invierte más tiempo de ingeniería en producir código que resue
3838

3939
=== Recursos adicionales
4040

41+
* El equipo anfitrión generalmente está representado por el patrón https://patterns.innersourcecommons.org/p/core-team[Core Team].
4142
* El patrón del https://github.com/InnerSourceCommons/InnerSourcePatterns/blob/master/patterns/2-structured/trusted-committer.md[Trusted Committer].

introduction/es/05-principles-es.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ Esto significa que el equipo contribuidor debe entender:
4242
* Proceso de decisión del equipo anfitrión
4343

4444
Cuando sea posible, todo lo anterior debe ser comunicado de forma clara y detallada, desde las definiciones internas a escenario con casos especiales específicos del proyecto.
45-
Esta comunicación debe ser hecha de una forma que pueda ser fácilmente transmitida y comprendida por aquellos que no son parte del núcleo central del equipo.
46-
45+
Esta comunicación debe realizarse de manera que pueda ser consultada y entendida fácilmente por aquellos que no forman parte del equipo anfitrión.
4746

4847
=== Mentorización priorizada
4948

introduction/fr/03-how-works-fr.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ Plus de temps d'ingénierie est consacré à la production de code qui résout l
4343

4444
=== Ressources supplémentaires
4545

46+
* L'équipe hôte est généralement représentée selon le modèle d'une https://patterns.innersourcecommons.org/p/core-team[Core Team]
4647
* Le modèle du https://patterns.innersourcecommons.org/p/trusted-committer[Trusted Committer (en)].

introduction/fr/05-principles-fr.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Cela signifie que les équipes invitées doivent être en mesure de comprendre :
4141
* La prise de décision de l'équipe hôte
4242

4343
Dans la mesure du possible, les éléments ci-dessus doivent être communiqués clairement et en détail, depuis les définitions internes des équipes jusqu'aux scénarios de cas particuliers propres au projet.
44-
Cette communication doit être faite d'une manière qui peut être facilement interrogée et comprise par ceux qui ne font pas partie de l'équipe principale.
44+
Cette communication doit être effectuée de manière à ce qu'elle puisse être facilement consultée et comprise par ceux qui ne font pas partie de l'équipe hôte.
4545

4646
=== Mentorat hiérarchisé
4747

0 commit comments

Comments
 (0)