fix: restructure docs
This commit is contained in:
@@ -8,7 +8,7 @@ body:
|
||||
value: |
|
||||
## Integration Bounty
|
||||
|
||||
This issue is part of the [Integration Bounty Program](../../docs/integration-bounty-program.md).
|
||||
This issue is part of the [Integration Bounty Program](../../docs/bounty-program/README.md).
|
||||
**Claim this bounty** by commenting below — a maintainer will assign you within 24 hours.
|
||||
|
||||
- type: dropdown
|
||||
@@ -90,5 +90,5 @@ body:
|
||||
description: Links to API docs, examples, or guides that will help the contributor.
|
||||
placeholder: |
|
||||
- [Building Tools Guide](../../tools/BUILDING_TOOLS.md)
|
||||
- [Tool README Template](../../docs/templates/tool-readme-template.md)
|
||||
- [Tool README Template](../../docs/bounty-program/templates/tool-readme-template.md)
|
||||
- API docs: https://...
|
||||
|
||||
@@ -86,7 +86,7 @@ These are the most valuable contributions — testing integrations with real API
|
||||
| **Add Health Checker** | 25 | Implement health check class + register in HEALTH_CHECKERS, merged PR |
|
||||
| **Add health_check_endpoint** | 10 | Research correct endpoint, add to CredentialSpec, merged PR |
|
||||
| **Write README** | 20 | Add missing README following the [tool README template](templates/tool-readme-template.md), merged PR |
|
||||
| **Complete Promotion Checklist** | 50 | Finish all items on the [promotion checklist](integration-promotion-checklist.md) for a tool, merged PR |
|
||||
| **Complete Promotion Checklist** | 50 | Finish all items on the [promotion checklist](promotion-checklist.md) for a tool, merged PR |
|
||||
| **New Integration** | 75 | Full implementation (tool + credential spec + tests + docs), merged PR |
|
||||
|
||||
### Community
|
||||
@@ -349,13 +349,13 @@ This is intentionally a file-in-repo approach (not a database) because:
|
||||
|
||||
## Guides
|
||||
|
||||
- **[Setup Guide](bounty-setup-guide.md)** — Complete admin setup from zero to running (30 min)
|
||||
- **[Game Master Manual](bounty-game-master-manual.md)** — Maintainer operations: posting bounties, reviewing work, managing tiers, anti-gaming
|
||||
- **[Contributor Guide](bounty-contributor-guide.md)** — Everything a contributor needs to start earning XP and completing bounties
|
||||
- **[Setup Guide](setup-guide.md)** — Complete admin setup from zero to running (30 min)
|
||||
- **[Game Master Manual](game-master-manual.md)** — Maintainer operations: posting bounties, reviewing work, managing tiers, anti-gaming
|
||||
- **[Contributor Guide](contributor-guide.md)** — Everything a contributor needs to start earning XP and completing bounties
|
||||
|
||||
## Reference
|
||||
|
||||
- [Integration Promotion Checklist](integration-promotion-checklist.md) — Formal criteria for unverified -> verified
|
||||
- [Integration Promotion Checklist](promotion-checklist.md) — Formal criteria for unverified -> verified
|
||||
- [Tool README Template](templates/tool-readme-template.md) — Standard format for tool documentation
|
||||
- [Agent Test Report Template](templates/agent-test-report-template.md) — Standard format for test reports
|
||||
- [Building Tools Guide](../tools/BUILDING_TOOLS.md) — How to build integrations
|
||||
@@ -159,7 +159,7 @@ Both feed into the same Lurkr level. Helping people in Discord AND doing bountie
|
||||
|
||||
### Complete Promotion Checklist (50 pts)
|
||||
|
||||
**What:** Take an unverified tool through the full [promotion checklist](integration-promotion-checklist.md) to make it verified.
|
||||
**What:** Take an unverified tool through the full [promotion checklist](promotion-checklist.md) to make it verified.
|
||||
|
||||
**How:**
|
||||
1. Pick a tool that has most checklist items already done (docs, health check, tests)
|
||||
@@ -245,9 +245,9 @@ A: Yes. Lurkr awards XP for messages in `#integrations-*` channels (with a 60-se
|
||||
| What | Where |
|
||||
|------|-------|
|
||||
| Bounty board | [GitHub Issues with bounty label](https://github.com/adenhq/hive/issues?q=is%3Aissue+is%3Aopen+label%3A%22bounty%3A*%22) |
|
||||
| README template | [docs/templates/tool-readme-template.md](templates/tool-readme-template.md) |
|
||||
| Test report template | [docs/templates/agent-test-report-template.md](templates/agent-test-report-template.md) |
|
||||
| Promotion checklist | [docs/integration-promotion-checklist.md](integration-promotion-checklist.md) |
|
||||
| README template | [docs/bounty-program/templates/tool-readme-template.md](templates/tool-readme-template.md) |
|
||||
| Test report template | [docs/bounty-program/templates/agent-test-report-template.md](templates/agent-test-report-template.md) |
|
||||
| Promotion checklist | [docs/promotion-checklist.md](promotion-checklist.md) |
|
||||
| Building tools guide | [tools/BUILDING_TOOLS.md](../tools/BUILDING_TOOLS.md) |
|
||||
| Contributing guide | [CONTRIBUTING.md](../CONTRIBUTING.md) |
|
||||
| Discord | [Join](https://discord.com/invite/MXE49hrKDk) |
|
||||
@@ -72,7 +72,7 @@ When a bounty PR is submitted:
|
||||
- [ ] Registered in `_register_unverified()` (not verified — needs community testing first)
|
||||
|
||||
#### For `bounty:promote`:
|
||||
- [ ] Every item on the [promotion checklist](integration-promotion-checklist.md) is checked
|
||||
- [ ] Every item on the [promotion checklist](promotion-checklist.md) is checked
|
||||
- [ ] At least 1 community agent test report exists
|
||||
- [ ] Move registration from `_register_unverified()` to `_register_verified()`
|
||||
|
||||
Reference in New Issue
Block a user