-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate Welcome Bot has been added.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# 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: > | ||
Hello there!👋 Welcome to the project!🚀⚡ | ||
Thank you and congrats🎉 for opening your very first issue in this project.Stack Overflow command line written in python. Using SoCLI you can search and browse Stack Overflow without leaving the terminal. | ||
Please adhere to our [Code of Conduct](https://github.com/gautamkrishnar/socli/blob/master/CODE_OF_CONDUCT.md).🙌 | ||
# 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: > | ||
Hello there!👋 Welcome to the project!💖 | ||
Thank you and congrats🎉 for opening your first pull request.✨ Stack Overflow command line written in python. Using SoCLI you can search and browse Stack Overflow without leaving the terminal. | ||
Please adhere to our [Code of Conduct](https://github.com/gautamkrishnar/socli/blob/master/CODE_OF_CONDUCT.md).🙌 We will get back to you as soon as we can 😄. | ||
# 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! 🎉 All the best for your amazing open source journey ahead 🚀 |