https://github.com/codediodeio/gimmie-sticker
Trade a Pull Request for a Sticker
https://github.com/codediodeio/gimmie-sticker
Last synced: about 1 month ago
JSON representation
Trade a Pull Request for a Sticker
- Host: GitHub
- URL: https://github.com/codediodeio/gimmie-sticker
- Owner: codediodeio
- Created: 2018-10-24T20:07:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T23:16:09.000Z (10 months ago)
- Last Synced: 2025-04-08T14:05:00.447Z (3 months ago)
- Language: JavaScript
- Homepage: https://angularfirebase.com
- Size: 483 KB
- Stars: 149
- Watchers: 5
- Forks: 721
- Open Issues: 357
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
📺 Watch Episode 146 [Git It?](https://youtu.be/HkdAHXoRtos) on YouTube
# Notice: All Stickers have been Mailed
🚨 All stickers have been claimed and mailed out, but feel free to submit a PR if you just want some github practice.
# Free Sticker for a Pull Request
This project provides a CLI script that allows you to encrypt your mailing address with a public key. I can then decrypt it with my private key and mail you a sticker.

## Instructions
Note: You must have Node 8 or later installed locally.
Note: Your commit must contain **only 1 file**. Verify that you did not change any existing code before making your PR.1. `fork this repo`
1. `git clone` your fork url
1. Enter the project and run `npm install && git checkout -b mysticker`
1. `npm run address` and enter your address carefully.
1. Copy the encrypted address to a new file in `/stickers/.txt`
1. `git add . && git commit -m `
1. `git push origin mysticker`
1. Open new pull request on Github
1. Wait 1 to 2 weeks for the sticker 💌Pro Tip: [Follow me on Github](https://github.com/codediodeio) to get early access to new projects on AngularFirebase.com before they become videos.
## Working
You can have a look at the inner workings [here](working.md).