Skip to content
Merged
Changes from 1 commit
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
5 changes: 5 additions & 0 deletions docs/contributing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ the terms of the DCO.

Using `-s` with `git commit` will automatically add this header.

!!! 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.
Opening it will bring up a `git` window where you can modify the `Author` and enable `Sign-off commit`.
This way, all your commits will be automatically signed-off by PyCharm.

### PR Title and Classification

Only specific types of PRs will be reviewed. The PR title is prefixed
Expand Down
Loading