You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Sign and return the Plone Contributor Agreement
@@ -77,6 +78,7 @@ Someone will help identify in which of the dozens of repositories that make up P
77
78
```{include} /_inc/_continuous-integration.md
78
79
```
79
80
81
+
80
82
(contributing-change-log-label)=
81
83
82
84
## Change log entry
@@ -102,11 +104,11 @@ When making a change to its documentation, set up, continuous integration, or ot
102
104
103
105
The change log entry's format must be `###.type`, where `###` is the referenced GitHub issue or pull request number, `.` is the literal extension delimiter, and `type` is one of the following strings.
104
106
105
-
-`breaking` for breaking changes
106
-
-`bugfix` for bug fixes
107
-
-`documentation` for documentation
108
-
-`feature` for new features
109
-
-`internal` for internal changes
107
+
-`breaking` for breaking changes
108
+
-`bugfix` for bug fixes
109
+
-`documentation` for documentation
110
+
-`feature` for new features
111
+
-`internal` for internal changes
110
112
111
113
A package configures the types it allows in a file `towncrier.toml` located at the root of its package directory.
112
114
@@ -156,6 +158,25 @@ To standarize the developer experience across packages, a configuration tool is
156
158
157
159
See the [tool documentation](https://github.com/plone/meta) for more information.
0 commit comments