-
Notifications
You must be signed in to change notification settings - Fork 35
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 (#802)
- Loading branch information
1 parent
05f2cb6
commit eaf9638
Showing
1 changed file
with
53 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,53 @@ | ||
# Replies to people who have created an issue on this repository for the first time. | ||
|
||
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](https://github.com/wmde/wikibase-release-pipeline/blob/main/deploy/README.md) | ||
* [Telegram Community Channel](https://t.me/+WBsf9-C9KPuMZCDT) | ||
* [Phabricator Tickets](https://phabricator.wikimedia.org/project/board/5755/) | ||
* [Contact form](https://wikiba.se/contact/) | ||
* [Wikibase Mailing List](https://lists.wikimedia.org/postorius/lists/wikibaseug.lists.wikimedia.org/?source=post_page---------------------------) | ||
* [Wikibase Suite Team Mail]([email protected]) | ||
Looking forward to collaborating with you. We will get back to you on this issue within the next 14 days. π | ||
Happy contributing! π | ||
# Replies to people who have created a PR on this repository for the first time. | ||
|
||
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](https://github.com/wmde/wikibase-release-pipeline/blob/main/deploy/README.md) | ||
* [Telegram Community Channel](https://t.me/+WBsf9-C9KPuMZCDT) | ||
* [Phabricator Tickets](https://phabricator.wikimedia.org/project/board/5755/) | ||
* [Contact form](https://wikiba.se/contact/) | ||
* [Wikibase Mailing List](https://lists.wikimedia.org/postorius/lists/wikibaseug.lists.wikimedia.org/?source=post_page---------------------------) | ||
* [Wikibase Suite Team Mail]([email protected]) | ||
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! π | ||
# Replies to people who have merged a PR on this repository for the first time. | ||
|
||
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](https://t.me/+WBsf9-C9KPuMZCDT) if you haven't already. | ||
See you very soon in the next contribution π |