From a17618b5a7023e163fef5b3f3e3896bd73528bf0 Mon Sep 17 00:00:00 2001 From: Lars Date: Thu, 7 Mar 2024 22:24:29 -0600 Subject: [PATCH] chore: update github templates (#1157) --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4e96379990..ba64b21461 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,13 +15,13 @@ A clear and concise description of what the bug is. // Relevant code of the Mapperly definition and all relevant classes ``` -**Actual generated code** +**Actual relevant generated code** ```csharp // Actual relevant code generated by Mapperly // see also https://mapperly.riok.app/docs/configuration/generated-source/ ``` -**Expected generated code** +**Expected relevant generated code** ```csharp // The generated code how you expect it to look like ```