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: docs/PULL_REQUESTS.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Pull requests
2
2
3
-
To add code to the different repositories the code is build in a feature branch and merged back to the branch ``develop``
3
+
To add code to the different repositories the code is build in a feature branch and merged back to the ``develop`` or `` main`` branch.
4
4
using a pull request. No direct committing is allowed to the branches ``develop`` and ``main``.
5
5
When a release is created the branch ``develop`` is merged to the branch ``main`` using a pull request.
6
6
In some repositories the branch ``develop`` is skipped and not there. Feature branches are merged directly to the branch
@@ -27,4 +27,9 @@ The following labels cause the pull request to be ignored in the release notes:
27
27
-``duplicate``
28
28
-``invalid``
29
29
30
-
**Remark**: The label ``tooling`` is not a standard label, so that may need to be created by the first developer using it.
30
+
**Remark**: The label ``tooling`` is not a standard label, so that may need to be created by the first developer using it.
31
+
32
+
## Code review
33
+
34
+
If you are a long time and trusted contributor, your can review your pull-requests with your collegues.
35
+
Otherwise request the code owner of the repository to review your pull request. If you haven't heard back in 3 days, report your pull request in the [CoMPAS slack channel](https://lfenergy.slack.com/)
0 commit comments