Adds bug bounty link to console (#3067) [ci skip]

This commit is contained in:
Desi Rottman 2019-06-07 12:58:07 -05:00 committed by Mac Siri
parent 6f59431778
commit 18d6ff0d74

View file

@ -18,5 +18,6 @@ var bigDev =
\n';
console.log(
bigDev,
"Hey there! Interested in the code behind dev.to? Well you're in luck - we're open source! Come say hi, tell us what you're debugging, or even lend a hand in our repo - https://github.com/thepracticaldev/dev.to/"
"Hey there! Interested in the code behind dev.to? Well you're in luck - we're open source! Come say hi, tell us what you're debugging, or even lend a hand in our repo - https://github.com/thepracticaldev/dev.to/ \n",
"Did you find a bug or vulnerability? Check out our bug bounty info here: https://dev.to/security"
);