From 35faab89a4c32cf4812ec42f4361383498fcf8d0 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Mon, 19 Feb 2018 15:45:14 -0800 Subject: [PATCH] add typing cat to first PR comment (#11964) * add typing cat to first PR comment * update cat URL --- .github/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/config.yml b/.github/config.yml index 5f89fb5ebcff..9d1d5fefdc19 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -12,6 +12,8 @@ newIssueWelcomeComment: | newPRWelcomeComment: | 💖 Thanks for opening this pull request! 💖 + ![typing cat](https://user-images.githubusercontent.com/2289/36400158-2c7c589e-1584-11e8-81c7-bd34fd3c392b.gif) + Here is a list of things that will help get it across the finish line: - Follow the JavaScript, C++, and Python [coding style](https://github.com/electron/electron/blob/master/docs/development/coding-style.md). - Run `npm run lint` locally to catch formatting errors earlier.