Skip to content

[DOCS]: QUICKSTART.md contains template-generation content visible to contributors #44

[DOCS]: QUICKSTART.md contains template-generation content visible to contributors

[DOCS]: QUICKSTART.md contains template-generation content visible to contributors #44

Workflow file for this run

name: Greet First Time Contributors
on:
pull_request_target:
types: [opened]
issues:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: |
👋 **Welcome to Good First Issue!**
Thank you for opening your first issue! We're excited to help you on your open source journey.
A maintainer will review your issue soon. In the meantime:
- Make sure you've provided enough detail about your question or problem
- Join our community and connect with other contributors!
We're here to help! 🎉
pr_message: |
🎉 **Congratulations on your first Pull Request!**
Thank you for contributing to open source! This is an exciting moment. 🌟
**What happens next?**
1. A maintainer will review your PR (usually within 24-48 hours)
2. They might request some changes - don't worry, this is normal!
3. Once approved, your PR will be merged
4. You'll officially be an open source contributor! 🎊
**While you wait:**
- ⭐ Star this repository if you haven't already
- 📖 Check out [RESOURCES.md](https://github.com/${{ github.repository }}/blob/main/RESOURCES.md) for your next steps
- 💬 Share your achievement on social media with #MyFirstPR
Thanks for being awesome! We're proud of you! 💪