Skip to content

Commit

Permalink
feat: add welcome bot for new contributors (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshaburse authored Nov 26, 2024
1 parent 05f2cb6 commit eaf9638
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/config.yml
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 πŸš€

0 comments on commit eaf9638

Please sign in to comment.