-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add welcome bot for new contributors
Signed-off-by: Deepesha Burse <[email protected]>
- Loading branch information
1 parent
fe7f891
commit cfbf5c0
Showing
1 changed file
with
49 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,49 @@ | ||
newIssueWelcomeComment: > | ||
Hi! π | ||
Thank you so much for opening your first issue with us! π We are thrilled to have you here and really appreciate you taking the time to contribute. | ||
Your input is valuable in making our project better for everyone. If you have any questions, do not hesitate to ask. We're here to help and support you along the way! | ||
Here are a few links to get you started: | ||
* [Documentation]() | ||
* [Developer Guide/Contribution Guide]() | ||
* [Telegram Community Channel]() | ||
* [Phabricator Tickets]() | ||
* [Contact form]() | ||
* [Wikibase Mailing List]() | ||
* [Wikibase Suite Team Mail]() | ||
Looking forward to collaborating with you. We will get back to you on this issue within the next 14 days. π | ||
Happy contributing! π | ||
newPRWelcomeComment: > | ||
Hi! π | ||
Thank you so much for submitting your first pull request! π We are excited to see your contribution and really appreciate the effort you've put in. | ||
Your work helps make our project better, and we are here to support you. If you have any questions or need any guidance, please feel free to reach out. We are all here to help make this process as smooth as possible for you. | ||
Here are a few links you might want to check out: | ||
* [Documentation]() | ||
* [Developer Guide/Contribution Guide]() | ||
* [Telegram Community Channel]() | ||
* [Phabricator Tickets]() | ||
* [Contact form]() | ||
* [Wikibase Mailing List]() | ||
* [Wikibase Suite Team Mail]() | ||
Looking forward to working with you on this and future contributions! We will get back to you on this PR within the next 14 days.π | ||
Happy contributing! π | ||
firstPRMergeComment: > | ||
Congratulations on merging your first pull request! We hope to see more of your contributions to Wikibase Suite. | ||
We would love to see you join our community on [Telegram]() if you haven't already. | ||
See you very soon in the next contribution π |