This project uses the node-rsa library to encrypt your mailing address, so we can send your free JavaScript sticker privately and securely.
-
Node 10 and above
-
Creative branch name. Examples of branch names BRANCH-NAMES
-
Creative commit. Examples of commit messages COMMIT-MESSAGES
-
Creative pull request title. Examples of pull request titles PULL-REQUEST-TITLES
-
Creative pull request description. Examples of pull request descriptions PULL-REQUEST-DESCRIPTIONS
-
Fork this repository
-
Clone your forked repository to your local machine, and once inside it, install the necessary npm packages.
git clone <your-forked-respository-git-url>
cd <your-forked-repository-folder>
npm install
-
create a new branch:
git checkout -b <creative-branch-name>
-
Encrypt your mailing address by running:
npm start
-
Create a new file name and paste in the encrypted output string:
stickers/<your-github-username>.txt
-
Create a new commit:
git add .
git commit -m "<creative-commit-message>"
-
Push your new branch to your forked repository
git push origin <creative-branch-name>
-
Open a new pull request on Github with a creative title and description.
-
That's it! Your pull request is now submitted and I will carefully review it and approve it.
-
Upload a photo of your new JavaScript sticker to your favorite platform
-
Create a new pull request with a link to the photo of your sticker
-
Spread the love and excitement to your collegues about the git-javascript-sticker repository, and mention how they could also recieve a free JavaScript sticker!
- Star and watch the git-javascript-sticker repository to keep track of new free stickers!