Sending a Pull Request on GitHub, Adding a feature to Gossip ( A Rust Nostr client)

Опубликовано: 28 Сентябрь 2024
на канале: Jadi
2,797
91

Studying source codes are fun (and are a HUGE part of programming jobs), Rust is fun, Nostr protocol is fun and programming is fun; so nothing can be cooler than adding a feature to a Nostr client programmed in Rust :D Hope you enjoy this offline screen cast.

Please note that I created the branch at the end which is not that cool... it better to create the working branch at the very beginning.

00:00 - Contributing on Github
01:10 - Nostr protocol and gossip
04:00 - PR step 1: Forking and cloning a project
05:40 - Working on the project
31:50 - PR step 2: Make sure about the quality of your code
33:15 - PR step 3: Send the PR