Skip to content

Commit b7cc475

Browse files
authored
Merge pull request plone#1497 from plone/gforcada-patch-1
Create github-administration.md
2 parents 9907393 + d34233a commit b7cc475

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
myst:
3+
html_meta:
4+
"description": "GitHub administration for Plone"
5+
"property=og:description": "GitHub administration for Plone"
6+
"property=og:title": GitHub administration for Plone"
7+
"keywords": "Plone, GitHub, administration"
8+
---
9+
10+
(contributing-github-administration-label)=
11+
12+
# GitHub administration
13+
14+
This chapter describes how repositories under the Plone GitHub organization are managed.
15+
16+
17+
(contributing-github-repository-tagging-label)=
18+
19+
## Repository tagging
20+
21+
To find repositories and their purpose within the Plone organization, a set of tags are used for repositories within the Plone GitHub organization.
22+
The following tags are in use.
23+
24+
`core`
25+
: repositories that are required by both Volto and Classic UI projects
26+
27+
`volto`
28+
: specific repositories that are required by Volto, but not Classic UI, projects
29+
30+
`volto add-ons`
31+
: repositories that are not part of the default Volto installation, but extend its functionality
32+
33+
`classic ui`
34+
: counterpart to `volto` tag
35+
36+
`classic ui add-ons`
37+
: counterpart to `volto add-ons` tag
38+
39+
`documentation`
40+
: repositories that have documentation
41+
42+
`training`
43+
: repositories related to the training documentation
44+
45+
`infrastructure`
46+
: repositories used for maintaining Plone servers
47+
48+
`tooling`
49+
: tools and applications needed to orchestrate Plone

docs/contributing/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,5 @@ documentation/index
151151
../plone.api/contribute/index
152152
../plone.restapi/docs/source/contributing/index
153153
../volto/contributing/index
154+
github-administration
154155
```

0 commit comments

Comments
 (0)