From 39f36d183713c1ba012a2de0e15a4aa0fade14ae Mon Sep 17 00:00:00 2001 From: latonz Date: Wed, 20 Mar 2024 14:20:14 -0600 Subject: [PATCH] chore: update bug report template to include nullable reference types status --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ba64b21461..8f43d6ab29 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,7 +4,6 @@ about: Create a report to help us improve title: '' labels: 'bug' assignees: '' - --- **Describe the bug** @@ -28,6 +27,7 @@ A clear and concise description of what the bug is. **Environment (please complete the following information):** - Mapperly Version: [e.g. 1.0.1] +- Nullable reference types: [e.g. enabled] - .NET Version: [e.g. .NET 6.0.102] - Target Framework: [e.g. .net6.0] - Compiler Version: [e.g. 4.8.0-3.23524.11 (f43cd10b), obtain with `#error version` in any `.cs` file]