|
| 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 | + |
1 | 12 | # GitHub administration |
2 | 13 |
|
| 14 | +This chapter describes how repositories under the Plone GitHub organization are managed. |
| 15 | + |
| 16 | + |
| 17 | +(contributing-github-repository-tagging-label)= |
| 18 | + |
3 | 19 | ## Repository tagging |
4 | 20 |
|
5 | | -To easily find repositories and what's their purpose within the Plone organization, |
6 | | -a set of tags are being set on repositories within the Plone GitHub organization. |
| 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 |
7 | 44 |
|
8 | | -The tags are so far: |
| 45 | +`infrastructure` |
| 46 | +: repositories used for maintaining Plone servers |
9 | 47 |
|
10 | | -- `core`: any repository that are installed when doing a volto or a classic ui project, i.e. what's shared between the two |
11 | | -- `volto`: specific repositories that are meant to get volto running |
12 | | -- `volto add-ons`: repositories not part of default volto UI/UX but meant for it |
13 | | -- `classic ui`: counterpart to volto tag |
14 | | -- `classic ui add-ons`: counterpart to volto add-ons |
15 | | -- `documentation`: repositories that have documentation |
16 | | -- `training`: repositories related to the training documentation |
17 | | -- `infrastructure`: repositories used for all about maintaining Plone servers |
18 | | -- `tooling`: tools / apps needed to orchestrate Plone |
| 48 | +`tooling` |
| 49 | +: tools and applications needed to orchestrate Plone |
0 commit comments