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/contributing/index.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,10 +191,9 @@ Once your changes are ready, click on the "Commit changes..." button in the top
191
191
See [the GitLab official guide on editing files](https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files) for a step-by-step walkthrough.
192
192
193
193
!!! note
194
-
You will need to keep the default option **Create a new branch for this commit and start a pull request**.
195
-
196
-
* if the change is small and you are CSCS staff, you can merge the PR immediately
197
-
* all other changes can be
194
+
Use the default option **Create a new branch for this commit and start a pull request**.
195
+
This allows others to review the change.
196
+
Even for trivial changes, opening a PR creates visibility that a small fix or change has been made.
0 commit comments