Add instructions

This commit is contained in:
2025-10-21 19:04:09 -04:00
parent 0e34ea98fc
commit eeef72faa0

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# How to contribute
1. Generate an SSH key pair via `ssh-keygen` in your terminal (make sure not to overwrite an existing key!).
2. Add the configuration in `.ssh/config` to your local SSH configuration file.
3. Point the `IdentityFile` parameter to your local key file location (in most cases `~/.ssh/id_ed25519` or equivalent with RSA).
4. Go into your Gitea Settings, then SSH/GPG Keys section, then upload your public key (in most cases, a file called `id_ed25519.pub`).
5. You can now contribute code!