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: CODEOWNERS
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
# This file provides an overview of code owners in this repository.
1
+
# This file provides an overview of code owners in this repository
2
+
3
+
# Note: this is the actual CODEOWNERS file to protect the template repository. The CODEONWERS file in newly created repositories will be build based on /templates/CODEOWNERS_TEMPLATE
2
4
3
5
# Each line is a file pattern followed by one or more owners.
4
6
# The last matching pattern has the most precedence.
<!-- Choose one of the following alternatives and then delete the task -->
9
8
<ahref="https://github.com/camaraproject/Governance/blob/main/ProjectStructureAndRoles.md"title="Sandbox API Repository"><imgsrc="https://img.shields.io/badge/Sandbox%20API%20Repository-yellow?style=plastic"></a>
10
9
<ahref="https://github.com/camaraproject/Governance/blob/main/ProjectStructureAndRoles.md"title="Incubating API Repository"><imgsrc="https://img.shields.io/badge/Incubating%20API%20Repository-green?style=plastic"></a>
11
10
<ahref="https://github.com/camaraproject/Governance/blob/main/ProjectStructureAndRoles.md"title="Graduated API Repository"><imgsrc="https://img.shields.io/badge/Graduated%20API%20Repository-silver?style=plastic"></a>
<!-- Choose one of the above four alternative badges and then delete this task -->
13
13
14
14
# {{repo_name}}
15
15
16
16
> [!NOTE]
17
-
> What is this repository about and how to use it:
17
+
> What is this template repository about and how to use it:
18
18
>
19
-
> * For codeowners of existing CAMARA repository as a sample how a CAMARA repository should look like, e.g. to update legacy repositories. Have a look specifically on the [code of the README.md](https://github.com/camaraproject/Template_API_Repository/blob/main/README.md?plain=1) for different variants and copy relevant parts into your repository.
19
+
> * For codeowners of existing CAMARA repository it is a sample how a CAMARA repository should look like, e.g. to update legacy repositories. Have a look specifically on the [code of the README.md](https://github.com/camaraproject/Template_API_Repository/blob/main/README.md?plain=1) for different variants and copy relevant parts into your repository.
20
20
> * For CAMARA admins to create new (Sandbox) API repositories automated: Use the `setup-new-repo` workflow together with documentation in [templates/README.md](templates/README.md).
21
21
>
22
-
> The following is the template README for a new independent Sandbox API repository, other variants are within the commented code.
22
+
> The following is the template README for a new independent Sandbox repositories, Sandbox repositories within a Sub Project, and Incubated Repositories. Further variants are within the commented code.
23
+
>
24
+
> This note must be deleted in newly created repositories
25
+
26
+
---
27
+
<!-- Choose one of the following alternatives and then delete this task -->
23
28
24
-
<!-- Alternative for new, independent Sandbox API Repositories -->
29
+
<!-- Alternative for new, independent Sandbox API Repositories. Choose the "Sandbox" badge above-->
25
30
Sandbox API Repository to describe, develop, document, and test the {{repo_name}} Service API(s). The repository does not yet belong to a CAMARA Sub Project.
26
31
27
32
* API Repository [wiki page]({{repo_wiki_page}})
28
33
29
-
<!-- Alternative for Sandbox API Repositories within the context of an existing Sub Project -->
34
+
---
35
+
<!-- Alternative for Sandbox API Repositories within the context of an existing Sub Project. Choose the "Sandbox" badge above -->
30
36
31
-
<!--
32
37
Sandbox API Repository to describe, develop, document, and test the {{repo_name}} Service API(s) within the Sub Project [{{subproject_name}}]({{subproject_wiki_page}})
33
38
34
39
* API Repository [wiki page]({{repo_wiki_page}})
35
-
-->
36
40
37
-
<!-- Alternative for Incubating API Repositories (always part of Sub Project, potentially created as part of the Incubation) -->
41
+
---
42
+
<!-- Alternative for Incubating API Repositories (always part of Sub Project, potentially created as part of the Incubation). Choose the "Incubating" badge. Change the repository topic to "incubating-api-repository" -->
38
43
39
-
<!--
40
44
Incubating API Repository to evolve and maintain the definitions and documentation of {{repo_name}} Service API(s) within the Sub Project [{{subproject_name}}]({{subproject_wiki_page}})
41
45
42
46
* API Repository [wiki page]({{repo_wiki_page}})
43
-
-->
44
47
45
48
<!-- for Graduation of an API Repository replace "Incubating" with "Graduated" and don't forget to exchange the badge :-) -->
46
49
@@ -49,7 +52,7 @@ Incubating API Repository to evolve and maintain the definitions and documentati
49
52
Repository for xxx of the {{subproject_name}} Working Group"
50
53
51
54
* Working Group [wiki home page]({{repo_wiki_page}})
0 commit comments