You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release/trg-2/trg-2-4.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -10,24 +10,24 @@ title: TRG 2.04 - Leading product repository
10
10
11
11
## Why
12
12
13
-
We have multiply stakeholders for a repository: System team, release management, test management, external people who are trying it out, want to contribute or need to set it up.
13
+
We have multiply stakeholders for a repository: system team, release management, test management, external people who are trying it out, want to contribute or need to set it up.
14
14
They need to be able to understand complicated product structures in an intuitive way to have an easier task of diving into a product.
15
15
16
16
## Description
17
17
18
18
Each product **must** have a leading product repository that can point the users to all the parts/components/charts/releases of that product.
19
19
This can be achieved by having a single repository for a product or creating references to the other repositories.
20
20
21
-
A good example when a product has a separate repository for frontend and backend. Then the product team **must** have a leading repository where they reference the components/repositories of the product:
21
+
Good product examples have separate repositories for each component (e.g. frontend and backend). Then the product team **must** have a leading repository where they reference the components/repositories of the product:
22
22
23
23
- productname: leading product repository
24
-
- README.md: contains the urls for the backend and frontend applications
24
+
- README.md: contains the urls for e.g. the backend and frontend applications
25
25
- README.md: each repo follows our [TRG 1.01](../trg-1/trg-1-1.md) about the README.md
26
-
- README.md: an [example](#readme-example-section-for-a-leading-product-repository) for a leading product repository
26
+
- README.md: an [example section](#readme-example-section-for-a-leading-product-repository) for a leading product repository
27
27
- contains the release of the product
28
28
- contains the [product helm chart](../trg-5/trg-5-08)
29
-
- productname-A-frontend: the repository for the frontend application
30
-
- productname-A-backend: the repository for the backend application
29
+
- productname-a-component: e.g. the repository for the frontend application
30
+
- productname-b-component: e.g. the repository for the backend application
0 commit comments