forked from Scottcjn/Rustchain
-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (32 loc) · 1.55 KB
/
welcome.yml
File metadata and controls
41 lines (32 loc) · 1.55 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
40
41
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@v1
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!