Skip to content

Commit

Permalink
docs: added todos
Browse files Browse the repository at this point in the history
  • Loading branch information
yottahmd committed Jul 11, 2022
1 parent d6f2b04 commit c586f25
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ It runs [DAGs (Directed acyclic graph)](https://en.wikipedia.org/wiki/Directed_a
- [Motivation](#motivation)
- [Why not existing tools, like Airflow?](#why-not-existing-tools-like-airflow)
- [How does it work?](#how-does-it-work)
- [Todo](#todo)
- [Install `dagu`](#install-dagu)
- [via Homebrew](#via-homebrew)
- [via Bash script](#via-bash-script)
Expand Down Expand Up @@ -74,6 +75,15 @@ There are many popular workflow engines such as Airflow, Prefect, etc. They are
- Self-contained - It is a single binary with zero dependency, No DBMS or cloud service is required.
- Simple - It executes DAGs defined in a simple declarative YAML format. Existing programs can be used without any modification.

## Todo

If you are interested in contributing, please help me with the following tasks or anything you've noticed. Even one line code fix will be very welcomed :)

- [ ] fix: linter errors (run `make lint` to see errors)
- [ ] test: increase the test coverage (see [codecov](https://app.codecov.io/gh/yohamta/dagu))
- [ ] test: fix race conditions (run `go test --race ./...`)
- [ ] feat: add Windows support

## Install `dagu`

You can quickly install `dagu` command and try it out.
Expand Down

0 comments on commit c586f25

Please sign in to comment.