Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,9 @@ At the top of each page there is an "edit" icon :material-pencil:, which will op
Once your changes are ready, click on the "Commit changes..." button in the top right hand corner of the editor, and add at least a description commit message.

!!! note
You will need to keep the default option **Create a new branch for this commit and start a pull request**.

* if the change is small and you are CSCS staff, you can merge the PR immediately
* all other changes can be
Use the default option **Create a new branch for this commit and start a pull request**.
This allows others to review the change.
Even for trivial changes, opening a PR creates visibility that a small fix or change has been made.

## Style guide

Expand Down