add typing cat to first PR comment (#11964)

* add typing cat to first PR comment

* update cat URL
This commit is contained in:
Zeke Sikelianos 2018-02-19 15:45:14 -08:00 коммит произвёл Charles Kerr
Родитель af82b2037e
Коммит 35faab89a4
1 изменённых файлов: 2 добавлений и 0 удалений

2
.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.