forked from Scottcjn/beacon-skill
-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (31 loc) · 1.23 KB
/
welcome.yml
File metadata and controls
39 lines (31 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Welcome New Contributors
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
Welcome to beacon-skill! Thanks for opening your first issue.
**New here?** Check out:
- [PyPI](https://pypi.org/project/beacon-skill/) — `pip install beacon-skill`
- [Bounty Board](https://github.com/Scottcjn/rustchain-bounties/issues) — earn RTC tokens
- [Beacon Atlas](https://rustchain.org/beacon/) — live agent network
Every merged PR earns RTC bounties! 1 RTC = $0.10 USD
pr-message: |
Welcome to beacon-skill! Thanks for your first pull request.
**Quick checklist:**
- [ ] Tests pass (`pytest tests/`)
- [ ] New code includes SPDX license header
- [ ] Focused on a single change
**Bounty tiers:** Micro (1-10 RTC) | Standard (20-50) | Major (75-100)
A maintainer will review your PR soon!