From b0a29ca528c6ce284e00e56f87c1be16af577749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 17 Jun 2024 19:16:01 +0200 Subject: [PATCH] Apply rule MD034 Bare URL in github templates --- .github/ISSUE_TEMPLATE/flakies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/flakies.md b/.github/ISSUE_TEMPLATE/flakies.md index 47ae2dac4..dca4d1a21 100644 --- a/.github/ISSUE_TEMPLATE/flakies.md +++ b/.github/ISSUE_TEMPLATE/flakies.md @@ -44,7 +44,7 @@ After executing rspec you can see the seed used, add it as an option to rspec, f ### Other things to watch for - Time related issues (current time, two time or date comparisons with miliseconds/time when its not needed) -- https://semaphoreci.com/community/tutorials/how-to-deal-with-and-eliminate-flaky-tests +- You can check the [Semaphore tutorial about flaky tests](https://semaphoreci.com/community/tutorials/how-to-deal-with-and-eliminate-flaky-tests) ### Final thoughts