From 18d6ff0d74bdbd16a07e261cb3e03e65d8492186 Mon Sep 17 00:00:00 2001 From: Desi Rottman Date: Fri, 7 Jun 2019 12:58:07 -0500 Subject: [PATCH] Adds bug bounty link to console (#3067) [ci skip] --- app/assets/javascripts/hello-dev.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/hello-dev.js b/app/assets/javascripts/hello-dev.js index 401812661..6ac359010 100644 --- a/app/assets/javascripts/hello-dev.js +++ b/app/assets/javascripts/hello-dev.js @@ -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" );