From 50830c8427739643ea0a1ac06988a0ab67884a3b Mon Sep 17 00:00:00 2001 From: Owais Ali Date: Fri, 19 Oct 2018 12:22:36 +0500 Subject: [PATCH 1/2] Change folder config.yml --- .github/config.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 00000000..ccf4b009 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,18 @@ +# Configuration for welcome - https://github.com/behaviorbot/welcome + +# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome + +# Comment to be posted to on first time issues +newIssueWelcomeComment: > + Hey there! I see that this is your first issue ever. Thanks a lot for opening your first issue here! :) +# 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: > + Hey ows-ali/Hacktoberfest can see that this is your first pull request! Keep going, you are going to nail it! :D +# 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! Keep it up! +# It is recommend to include as many gifs and emojis as possible From bbe5bcf281840e2bf3e80198df88330ec0528654 Mon Sep 17 00:00:00 2001 From: "owais.ali" Date: Fri, 19 Oct 2018 12:25:42 +0500 Subject: [PATCH 2/2] deleted config.yml from root --- config.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 config.yml diff --git a/config.yml b/config.yml deleted file mode 100644 index 4170c411..00000000 --- a/config.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Configuration for welcome - https://github.com/behaviorbot/welcome - -# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome - -# Comment to be posted to on first time issues -newIssueWelcomeComment: > - Hey there! I see that this is your first issue ever. Thanks a lot for opening your first issue here! :) - -# 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: > - Hey ows-ali/Hacktoberfest can see that this is your first pull request! Keep going, you are going to nail it! :D - -# 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! Keep it up! - -# It is recommend to include as many gifs and emojis as possible