512 B
512 B
How to contribute
-
Generate an SSH key pair via
ssh-keygenin your terminal (make sure not to overwrite an existing key!). -
Add the configuration in
.ssh/configto your local SSH configuration file. -
Point the
IdentityFileparameter to your local key file location (in most cases~/.ssh/id_ed25519or equivalent with RSA). -
Go into your Gitea Settings, then SSH/GPG Keys section, then upload your public key (in most cases, a file called
id_ed25519.pub). -
You can now contribute code!