Skip to content

Commit

Permalink
add a link to the contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta committed Apr 15, 2023
1 parent 20b4b09 commit 7c14235
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Dagu is a tool for scheduling and running tasks based on [DAGs](https://en.wikipedia.org/wiki/Directed_acyclic_graph) defined in a simple YAML format. It allows you to define dependencies between commands and represent them as a single DAG, schedule the execution of DAGs with Cron expressions, and natively support running Docker containers, making HTTP requests, and executing commands over SSH.

- [Documentation](https://dagu.readthedocs.io)
- [Discord](https://discord.gg/4s4feC8r)
- [Discord Community](https://discord.gg/4s4feC8r)

## **Highlights**
- Single binary file installation
Expand Down Expand Up @@ -219,15 +219,12 @@ Dagu is a single command line tool that uses the local file system to store data
## **Contributing**
Feel free to contribute in any way you want. Share ideas, questions, submit issues, and create pull requests.
- Request a feature in our [Discord community](https://discord.gg/4s4feC8r).
- Open a PR or Issue
Feel free to contribute in any way you want. Check out our [Contribution Guide](https://dagu.readthedocs.io/en/latest/contrib.html) for help getting started.
## **License**
This project is licensed under the GNU GPLv3.
## **Support and Community**
Join our [Discord community](https://discord.gg/4s4feC8r).
Join our [Discord community](https://discord.gg/4s4feC8r) to ask questions, request features, and share your ideas.

0 comments on commit 7c14235

Please sign in to comment.