Adds bug bounty link to console (#3067) [ci skip]
This commit is contained in:
parent
6f59431778
commit
18d6ff0d74
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue