From b5ec13eba1c3fd755e0f6a40602bfa798699ef7d Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Fri, 3 Nov 2023 11:45:15 +1100 Subject: [PATCH] chore: update bug report template (#580) --- .github/ISSUE_TEMPLATE/bug-report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index f5fdb5166..08bb25daa 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -10,7 +10,7 @@ body: - type: textarea attributes: label: Issue Description - description: Please provide a clear and concise description of the problem. + description: Please provide a clear and concise description of the problem. - type: textarea attributes: label: Steps to Reproduce @@ -44,4 +44,5 @@ body: - label: I have provided steps to reproduce the issue. - label: I have included relevant environment information. - label: I have included any relevant screenshots. - - label: I understand that this is a voluntary contribution and that there is no guarantee of resolution. \ No newline at end of file + - label: I understand that this is a voluntary contribution and that there is no guarantee of resolution. + - label: I want to work on creating a PR for this issue if approved \ No newline at end of file