From 65908bbb87f7c1abd023b69143e5361139393cef Mon Sep 17 00:00:00 2001 From: Vanessa Yuen Date: Wed, 16 Aug 2017 14:54:10 -0400 Subject: [PATCH 1/2] Create config.yml --- .github/config.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000000..fcbc369e10 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,25 @@ +# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome + +# Comment to be posted to on first time issues +newIssueWelcomeComment: | + 👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient, and we will get back to you as soon as we can. + + To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md#submitting-issues). + +# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome + +# Comment to be posted to on PRs from first time contributors in your repository +newPRWelcomeComment: "Thanks for opening this pull request! 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. + - Document any user-facing changes you've made following the [documentation styleguide](https://github.com/electron/electron/blob/master/docs/styleguide.md). + - Include tests when adding/changing behavior. + - Include screenshots and animated GIFs whenever possible." + +# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge + +# Comment to be posted to on pull requests merged by a first time user +firstPRMergeComment: > + Congrats on merging your first pull request! 🎉🎉🎉 + +# It is recommend to include as many gifs and emojis as possiblec From c4d1fb929c5b765011f1d98ed6ce38319979c89b Mon Sep 17 00:00:00 2001 From: Vanessa Yuen Date: Wed, 16 Aug 2017 15:04:34 -0400 Subject: [PATCH 2/2] Update config.yml --- .github/config.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index fcbc369e10..5c689ca5a6 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -2,19 +2,23 @@ # Comment to be posted to on first time issues newIssueWelcomeComment: | - 👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient, and we will get back to you as soon as we can. + 👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md#submitting-issues). # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome # Comment to be posted to on PRs from first time contributors in your repository -newPRWelcomeComment: "Thanks for opening this pull request! Here is a list of things that will help get it across the finish line: +newPRWelcomeComment: | + 💖 Thanks for opening this pull request! 💖 + + 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. - Document any user-facing changes you've made following the [documentation styleguide](https://github.com/electron/electron/blob/master/docs/styleguide.md). - Include tests when adding/changing behavior. - - Include screenshots and animated GIFs whenever possible." + - Include screenshots and animated GIFs whenever possible. + We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge