We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f4f86 commit 280bd07Copy full SHA for 280bd07
docs/contributing/README.md
@@ -151,6 +151,11 @@ the terms of the DCO.
151
152
Using `-s` with `git commit` will automatically add this header.
153
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.
158
+
159
### PR Title and Classification
160
161
Only specific types of PRs will be reviewed. The PR title is prefixed
0 commit comments