From 2f2c235d0f822413b4c2f1d9fac6c1433569b563 Mon Sep 17 00:00:00 2001 From: Alejandro Rizzo Date: Fri, 25 Oct 2024 16:37:25 +0100 Subject: [PATCH 1/2] Update issue card details --- docs/repositories/issues.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/repositories/issues.md b/docs/repositories/issues.md index aa68440187..0bd0d02dd6 100644 --- a/docs/repositories/issues.md +++ b/docs/repositories/issues.md @@ -16,6 +16,7 @@ Click the title of an issue card to expand it and see the following information: - The estimated time to fix the issue - What the issue is and how to solve it - The [tool that reported the issue](../getting-started/supported-languages-and-tools.md) and the related code pattern +- Where is this pattern enabled: coding standard, repository rules, or configuration file ![Issue details](images/issues-detail.png) From 01724595aa5ed2c8031d96eb1969134878de0398 Mon Sep 17 00:00:00 2001 From: Alejandro Rizzo Date: Fri, 25 Oct 2024 16:39:51 +0100 Subject: [PATCH 2/2] Update docs/repositories/issues.md --- docs/repositories/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repositories/issues.md b/docs/repositories/issues.md index 0bd0d02dd6..b725544fd6 100644 --- a/docs/repositories/issues.md +++ b/docs/repositories/issues.md @@ -16,7 +16,7 @@ Click the title of an issue card to expand it and see the following information: - The estimated time to fix the issue - What the issue is and how to solve it - The [tool that reported the issue](../getting-started/supported-languages-and-tools.md) and the related code pattern -- Where is this pattern enabled: coding standard, repository rules, or configuration file +- Where's this pattern enabled: coding standard, repository rules, or configuration file ![Issue details](images/issues-detail.png)