Skip to content

Commit 5b22f7e

Browse files
committed
docs: add "Help wanted" section to README with scoped tasks for contributors
1 parent ba6b7dc commit 5b22f7e

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,31 @@ See the [MCP server docs](tools/aimdb-mcp/) for Claude Desktop and other editors
203203

204204
---
205205

206+
## Help wanted
207+
208+
We're a small team building something ambitious. The fastest way to help is to take on a scoped piece of it. Each of these is sized for a few hours and includes file pointers, acceptance criteria, and a place to ask questions:
209+
210+
- [#91`is_*_error()` predicates for `DbError`](https://github.com/aimdb-dev/aimdb/issues/91) · 1–2h · core
211+
- [#92`no_std` `Display` for `DbError` should include numeric fields](https://github.com/aimdb-dev/aimdb/issues/92) · 2–3h · core · embedded
212+
- [#93 — Minimal example: `hello-single-latest`](https://github.com/aimdb-dev/aimdb/issues/93) · 2–3h · docs
213+
- [#94 — Minimal example: `hello-mailbox`](https://github.com/aimdb-dev/aimdb/issues/94) · 2–3h · docs
214+
- [#95 — CLI: add `aimdb instance ping` subcommand](https://github.com/aimdb-dev/aimdb/issues/95) · 3–4h · cli
215+
- [#96 — CI: fail on broken rustdoc links](https://github.com/aimdb-dev/aimdb/issues/96) · 1–2h · docs
216+
- [#97 — Doctests for `BufferCfg` variants](https://github.com/aimdb-dev/aimdb/issues/97) · 2–3h · core · docs
217+
218+
[See all good first issues →](https://github.com/aimdb-dev/aimdb/labels/good%20first%20issue)
219+
220+
Comment on an issue if you'd like to take it — we respond within a day. New ideas welcome on [Discussions](https://github.com/aimdb-dev/aimdb/discussions).
221+
222+
---
223+
206224
## Contributing
207225

208226
Found a bug or want a feature? Open a [GitHub issue](https://github.com/aimdb-dev/aimdb/issues).
209227

210228
Have questions or ideas? Join the discussion on [GitHub Discussions](https://github.com/aimdb-dev/aimdb/discussions).
211229

212-
Want to contribute? See the [contributing guide](CONTRIBUTING.md). We have [good first issues](https://github.com/aimdb-dev/aimdb/labels/good-first-issue) to get started.
230+
See the [contributing guide](CONTRIBUTING.md) for build, test and style requirements.
213231

214232
---
215233

0 commit comments

Comments
 (0)