Skip to content

Community - Welcome New Contributor - main #30

Community - Welcome New Contributor - main

Community - Welcome New Contributor - main #30

name: Community - Welcome New Contributor
run-name: ${{ github.workflow }} - ${{ github.ref_name }}
on:
pull_request_target:
types:
- opened
issues:
types:
- opened
permissions:
contents: read
issues: write
pull-requests: write
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: >
Hey, thanks for your first issue! 🚀 Your feedback is vital for improving the project for everyone.
Feeling empowered? Squashing this bug yourself could be a great first open-source contribution! We're here to help you. Here's our [Contributor Guide](https://github.com/HugoBlox/kit/blob/main/CONTRIBUTING.md).
Let's connect on [Discord](https://discord.gg/z8wNYzb) to chat about it. We've got a super helpful community!
pr_message: >
Wow, your first PR! Welcome to the community! 🎉
Thank you for this contribution to open source and open research. It makes a huge impact for the thousands of innovators building with Hugo Blox.
If you're wondering about next steps, please read our [Contributor Guide](https://github.com/HugoBlox/kit/blob/main/CONTRIBUTING.md) for coding standards, how to run the project locally, and how to get help.
We hope this is just the start of your journey with us. Let's build the future together! Join us on [Discord](https://discord.gg/z8wNYzb) to connect with the team and community.
Awesome work, we'll take a look soon! ✨