Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
6393b039
Unverified
Commit
6393b039
authored
Jun 26, 2025
by
Cyrus Leung
Committed by
GitHub
Jun 26, 2025
Browse files
[Doc] Auto sign-off for VSCode (#20132)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
0907d507
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
docs/contributing/README.md
docs/contributing/README.md
+6
-3
No files found.
docs/contributing/README.md
View file @
6393b039
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment