File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -152,9 +152,12 @@ the terms of the DCO.
152
152
Using ` -s ` with ` git commit ` will automatically add this header.
153
153
154
154
!!! tip
155
- If you develop using PyCharm, there is a ` Show Commit Options ` icon to the right of the ` Commit and Push... ` button in the ` Commit ` window.
156
- Opening it will bring up a ` git ` window where you can modify the ` Author ` and enable ` Sign-off commit ` .
157
- This ensures that all your commits are automatically signed-off by PyCharm.
155
+ You can enable automatic sign-off via your IDE:
156
+
157
+ - **PyCharm**: Click on the `Show Commit Options` icon to the right of the `Commit and Push...` button in the `Commit` window.
158
+ It will bring up a `git` window where you can modify the `Author` and enable `Sign-off commit`.
159
+ - **VSCode**: Open the [Settings editor](https://code.visualstudio.com/docs/configure/settings)
160
+ and enable the `Git: Always Sign Off` (`git.alwaysSignOff`) field.
158
161
159
162
### PR Title and Classification
160
163
You can’t perform that action at this time.
0 commit comments