From b5f5b87694126fd6ec64269d4de8e0021a7a1aad Mon Sep 17 00:00:00 2001 From: Andrew KeepCoding Date: Fri, 21 Jun 2024 13:29:09 +0900 Subject: [PATCH] Update bug-report.yaml to add missing periods --- .github/ISSUE_TEMPLATE/bug-report.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index f01d263a3a..8136690d94 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,5 +1,5 @@ name: Bug report -description: File a bug report +description: File a bug report. title: "Bug title" labels: [] body: @@ -25,11 +25,11 @@ body: - type: textarea attributes: label: Expected behavior - description: Please provide a description of what you expected to happen + description: Please provide a description of what you expected to happen. - type: textarea attributes: label: Screenshots - description: If applicable, add screenshots here to help explain your problem + description: If applicable, add screenshots here to help explain your problem. - type: dropdown attributes: label: NuGet package version @@ -76,4 +76,4 @@ body: - type: textarea attributes: label: Additional context - description: Enter any other applicable info here + description: Enter any other applicable info here.