diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f470910..8e0aaae1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,37 @@ Thanks for your interest in contributing to RustChain! We pay bounties in RTC tokens for quality contributions. +## First-Time Contributor Quick Guide (10 RTC Bonus) + +New to RustChain? Get 10 RTC for your **first merged PR** — even for small improvements: + +### 5-Minute Wins That Count +- Fix a typo in any `.md` file +- Add a missing link to the README +- Clarify a confusing instruction +- Add an example command that was missing +- Update outdated version numbers + +### Your First PR Checklist +- [ ] Fork the repo (click Fork button on GitHub) +- [ ] Create a branch: `git checkout -b fix-typo-readme` +- [ ] Make your change (even one line counts!) +- [ ] Test it: follow your own instructions +- [ ] Commit: `git commit -m "docs: fix typo in README"` +- [ ] Push: `git push origin fix-typo-readme` +- [ ] Open PR on GitHub — mention "First PR" in description +- [ ] Get 10 RTC on merge + any bounty rewards + +### Where to Look for Quick Fixes +| File | Common Issues | +|------|---------------| +| `README.md` | Broken links, outdated versions | +| `CONTRIBUTING.md` | This guide you're reading now | +| `INSTALL.md` | Missing steps, unclear commands | +| `API_WALKTHROUGH.md` | Outdated API endpoints | + +--- + ## Quick Start 1. **Browse open bounties**: Check [Issues](https://github.com/Scottcjn/Rustchain/issues?q=is%3Aissue+is%3Aopen+label%3Abounty) labeled `bounty` diff --git a/dashboard/index.html b/dashboard/index.html new file mode 100644 index 00000000..f3823088 --- /dev/null +++ b/dashboard/index.html @@ -0,0 +1,193 @@ + + +
+ + +