Unverified Commit 6393b039 authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[Doc] Auto sign-off for VSCode (#20132)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 0907d507
...@@ -152,9 +152,12 @@ the terms of the DCO. ...@@ -152,9 +152,12 @@ the terms of the DCO.
Using `-s` with `git commit` will automatically add this header. Using `-s` with `git commit` will automatically add this header.
!!! tip !!! tip
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. You can enable automatic sign-off via your IDE:
Opening it will bring up a `git` window where you can modify the `Author` and enable `Sign-off commit`.
This ensures that all your commits are automatically signed-off by PyCharm. - **PyCharm**: Click on the `Show Commit Options` icon to the right of the `Commit and Push...` button in the `Commit` window.
It will bring up a `git` window where you can modify the `Author` and enable `Sign-off commit`.
- **VSCode**: Open the [Settings editor](https://code.visualstudio.com/docs/configure/settings)
and enable the `Git: Always Sign Off` (`git.alwaysSignOff`) field.
### PR Title and Classification ### PR Title and Classification
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment