🚨 The first 200 PRs get the holographic sticker shown below. PRs after will get a regular Fireship sticker until they run out.
📺 Watch How to Submit a Pull Request in 100 Seconds on YouTube.
This project provides a node script that encrypts your mailing address with a public key.
Note: You must have Node 10 installed locally.
- fork this repo.
git clone
your fork url.- enter the project and run
npm install
. - create a new branch with
git checkout -b ilikefreestuff
. - run
npm start
to encrypt your address. - create a new file named
stickers/<your-github-username>.txt
and paste in the encrypted string. - run
git add .
andgit commit -m "your-message"
. git push origin ilikefreestuff
.- open new pull request on Github.
Your commit must contain only 1 file. Verify that you did not change any existing code before making your PR. Do not commit any automatically modified yarn or package-lock.json files.
Follow me on Github to keep track of new projects landing Fireship 🔥