File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed
Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments