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
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ To contribute please fork this repository and open a pull request (PR).
16
16
17
17
## Repository Structure
18
18
19
-
Mandrel, being a downstream distribution of GraalVM CE, is not developed on the master branch.
19
+
Mandrel, being a downstream distribution of GraalVM CE, is not developed on the `default` branch.
20
20
Instead version specific branches, based on the corresponding GraalVM CE release, are used for development and maintenance.
21
21
For instance, Mandrel 20.1.x.x releases are developed in the `mandrel/20.1` branch.
22
22
Similarly, Mandrel 20.2.x.x releases are developed in the `mandrel/20.2` branch and so on.
23
23
24
-
The `master` branch is used only as a landing page and for hosting some housekeeping github actions workflows and templates.
24
+
The `default` branch is used only as a landing page and for hosting some housekeeping github actions workflows and templates.
25
25
26
26
In addition to the `mandrel/XX.Y` branches Mandrel also includes `graal/X` branches like `graal/master`.
27
27
These branches are mirrors of the corresponding upstream branch and are being synchronized and tested nightly, in an effort to detect breaking changes upstream as soon as possible.
0 commit comments