From af1478b62923b1504a622d3959cbc4a0621a319d Mon Sep 17 00:00:00 2001 From: Christopher Zhang <107155998+czhanger@users.noreply.github.com> Date: Sat, 7 Dec 2024 03:33:15 -0800 Subject: [PATCH] docs: add link to "Generating a new SSH key" (#1530) --------- Co-authored-by: Marco Edward Gorelli --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 695fa9fe5..86e98ebbf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,6 +23,10 @@ If the terminal output informs about `command not found` you need to [install gi If you're new to GitHub, you'll need to create an account on [GitHub.com](https://github.com/) and verify your email address. +You should also [check for existing SSH keys](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys) and +[generate and add a new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) +if you don't have one already. + ### 2. Fork the repository Go to the [main project page](https://github.com/narwhals-dev/narwhals).