-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1497 from plone/gforcada-patch-1
Create github-administration.md
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
myst: | ||
html_meta: | ||
"description": "GitHub administration for Plone" | ||
"property=og:description": "GitHub administration for Plone" | ||
"property=og:title": GitHub administration for Plone" | ||
"keywords": "Plone, GitHub, administration" | ||
--- | ||
|
||
(contributing-github-administration-label)= | ||
|
||
# GitHub administration | ||
|
||
This chapter describes how repositories under the Plone GitHub organization are managed. | ||
|
||
|
||
(contributing-github-repository-tagging-label)= | ||
|
||
## Repository tagging | ||
|
||
To find repositories and their purpose within the Plone organization, a set of tags are used for repositories within the Plone GitHub organization. | ||
The following tags are in use. | ||
|
||
`core` | ||
: repositories that are required by both Volto and Classic UI projects | ||
|
||
`volto` | ||
: specific repositories that are required by Volto, but not Classic UI, projects | ||
|
||
`volto add-ons` | ||
: repositories that are not part of the default Volto installation, but extend its functionality | ||
|
||
`classic ui` | ||
: counterpart to `volto` tag | ||
|
||
`classic ui add-ons` | ||
: counterpart to `volto add-ons` tag | ||
|
||
`documentation` | ||
: repositories that have documentation | ||
|
||
`training` | ||
: repositories related to the training documentation | ||
|
||
`infrastructure` | ||
: repositories used for maintaining Plone servers | ||
|
||
`tooling` | ||
: tools and applications needed to orchestrate Plone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters