From 0dcda0490006f07ce27d52f263662979ac043f7f Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 2 Feb 2024 15:48:07 +0300 Subject: [PATCH] link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e58e703..fd4bef26 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ TL;DR: 1. Your boss tells you to fix issue `#42` 1. You do it, but not completely (you have no time, you are lazy, etc.) 1. You put `TODO #42:30min bla-bla-bla` into the code base (in a pull request) - 1. CI checks that you didn't break the format of the `TODO` (use our [`pdd.yml`]) + 1. CI checks that you didn't break the format of the `TODO` (use our [`pdd.yml`](https://github.com/yegor256/0pdd/blob/master/.github/workflows/pdd.yml)) 1. You merge the pull request 1. The bot picks up the `TODO` and creates issue `#43` (new one) 1. The boss asks your friend to fix `#43`