File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ some parallel computing (Dask) are assumed.
69
69
70
70
Before starting work, make sure there is an issue covering the feature or bug you
71
71
plan to produce a pull request for. Assign the issue to yourself to indicate that
72
- you are working on it.
72
+ you are working on it. In the PR make sure to mention/link the related issue(s).
73
73
74
74
Development environment
75
75
-----------------------
@@ -259,3 +259,7 @@ Review process
259
259
260
260
Pull requests will be reviewed by a project maintainer. All changes to *sgkit * require
261
261
approval by at least one maintainer.
262
+
263
+ We use `mergify <https://mergify.io/ >`_ to automate PR flow. A project maintainer
264
+ (reviewer) could decide to automatically merge a PR by labeling it with ``auto-merge ``,
265
+ and when the PR gets: at least one +1 and a clean build it will get merged automatically.
You can’t perform that action at this time.
0 commit comments