From aa1a5a64d684b904fc05d59b1e25fcbe42467e03 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 19 Jun 2024 14:39:37 +0200 Subject: [PATCH] docs(github): Clarify that console output is preferred over screenshots Signed-off-by: Sebastian Schuberth --- .github/ISSUE_TEMPLATE/bug.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 5e6e0c0c7754b..b05755c4e11eb 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -28,7 +28,7 @@ Add console and / or log output that shows the error and additional context. No screenshots of plain text please, to keep text searchable. ``` - + ``` ### Environment @@ -36,7 +36,7 @@ No screenshots of plain text please, to keep text searchable. Output of the `ort requirements` command: ``` - + ``` *Or* manually specify: @@ -48,7 +48,7 @@ Output of the `ort requirements` command: *And* specify (relevant parts of) your ORT configuration (`config.yml`): ``` - + ``` ### Additional context