|
| 1 | +name: "Welcome First-Time Contributors" |
| 2 | + |
| 3 | +on: |
| 4 | + issues: |
| 5 | + types: [opened] |
| 6 | + pull_request_target: |
| 7 | + types: [opened] |
| 8 | + |
| 9 | +permissions: |
| 10 | + issues: write |
| 11 | + pull-requests: write |
| 12 | + |
| 13 | +jobs: |
| 14 | + welcome: |
| 15 | + runs-on: ubuntu-latest |
| 16 | + steps: |
| 17 | + - name: Welcome first-time contributors |
| 18 | + uses: actions/first-interaction@v1 |
| 19 | + with: |
| 20 | + repo-token: ${{ secrets.GITHUB_TOKEN }} |
| 21 | + issue-message: | |
| 22 | + 👋 Thanks for opening your first issue in NexumDB! |
| 23 | + |
| 24 | + We appreciate your contribution to this project. A maintainer will review your issue soon. |
| 25 | + |
| 26 | + In the meantime, please make sure you've provided: |
| 27 | + - A clear description of the issue |
| 28 | + - Steps to reproduce (if applicable) |
| 29 | + - Your environment details |
| 30 | + |
| 31 | + Check out our [Contributing Guide](https://github.com/aviralgarg05/NexumDB/blob/main/CONTRIBUTING.md) to learn more about how to contribute. |
| 32 | + pr-message: | |
| 33 | + 🎉 Thanks for opening your first pull request in NexumDB! |
| 34 | + |
| 35 | + We appreciate your contribution! Here's what happens next: |
| 36 | + |
| 37 | + 1. ✅ Automated checks will run (CI, tests, linting) |
| 38 | + 2. 👀 A maintainer will review your changes |
| 39 | + 3. 💬 We may suggest some improvements or ask questions |
| 40 | + 4. 🚀 Once approved, we'll merge your contribution! |
| 41 | + |
| 42 | + **Before we can merge:** |
| 43 | + - Make sure all CI checks pass |
| 44 | + - Sign your commits with DCO (`git commit -s`) |
| 45 | + - Address any review feedback |
| 46 | + |
| 47 | + Check out our [Contributing Guide](https://github.com/aviralgarg05/NexumDB/blob/main/CONTRIBUTING.md) for more details. |
| 48 | + |
| 49 | + Thanks for making NexumDB better! 🙌 |
0 commit comments