From 28d9740849e0c345ec8f87fc4d1ea384cbbdac89 Mon Sep 17 00:00:00 2001 From: pancsta <155631569+pancsta@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:05:38 +0200 Subject: [PATCH] chore: update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d28335e..3c7a6db 100644 --- a/README.md +++ b/README.md @@ -584,6 +584,17 @@ See [tools/debugger/states](tools/debugger/states) for more info. See also [issues](https://github.com/pancsta/asyncmachine-go/issues). +## Development + +- all PRs welcome +- before + - `./scripts/dep-taskfile.sh` + - `task install-deps` +- after + - `task test` + - `task format` + - `task lint` + ## Changelog Latest release: `v0.5.0`