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/source/contributing_guide/index.rst
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@ The first time you make a contribution to a Revolve2 package your PR should add
12
12
Note that a general heuristic is, if your addition adds a dependency of another revolve package to the existing dependencies, you might not want to structure it that way.
13
13
For a guideline what can depend on what, look at the package diagram on the main page.
14
14
15
+
**Important Information before merging your PRs:**
16
+
17
+
- For merging into the ``development``-branch: Always use `Squash and Merge`.
18
+
- For merging into the ``master``-branch: Always use `Rebase and Merge`.
0 commit comments