Skip to content

Commit

Permalink
Merge pull request #1497 from plone/gforcada-patch-1
Browse files Browse the repository at this point in the history
Create github-administration.md
  • Loading branch information
stevepiercy authored Oct 27, 2023
2 parents 9907393 + d34233a commit b7cc475
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docs/contributing/github-administration.md
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
1 change: 1 addition & 0 deletions docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,5 @@ documentation/index
../plone.api/contribute/index
../plone.restapi/docs/source/contributing/index
../volto/contributing/index
github-administration
```

0 comments on commit b7cc475

Please sign in to comment.