Skip to content

feat: Rent-a-Relic Market -- Vintage Machine Booking System (Bounty #2312, 150 RTC) #1454

feat: Rent-a-Relic Market -- Vintage Machine Booking System (Bounty #2312, 150 RTC)

feat: Rent-a-Relic Market -- Vintage Machine Booking System (Bounty #2312, 150 RTC) #1454

Workflow file for this run

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 RustChain\! Thanks for opening your first issue.
**New here?** Check out these resources:
- [CONTRIBUTING.md](https://github.com/Scottcjn/Rustchain/blob/main/CONTRIBUTING.md) — how to earn RTC bounties
- [Good First Issues](https://github.com/Scottcjn/Rustchain/labels/good%20first%20issue) — easy starter tasks (5-10 RTC)
- [Bounty Board](https://github.com/Scottcjn/rustchain-bounties/issues) — all open bounties
**Earn RTC tokens** by contributing code, docs, or security fixes. Every merged PR gets paid\!
1 RTC = $0.10 USD | `pip install clawrtc` to start mining
pr_message: |
Welcome to RustChain\! Thanks for your first pull request.
**Before we review**, please make sure:
- [ ] Your PR has a `BCOS-L1` or `BCOS-L2` label
- [ ] New code files include an SPDX license header
- [ ] You've tested your changes against the live node
**Bounty tiers:** Micro (1-10 RTC) | Standard (20-50) | Major (75-100) | Critical (100-150)
A maintainer will review your PR soon. Thanks for contributing\!