From 307b8c112ffd90a26d53dd15fad67bd9038ef526 Mon Sep 17 00:00:00 2001 From: paul luse Date: Wed, 28 Sep 2022 16:39:54 -0700 Subject: [PATCH] issue_template: Update wording To be consistent with our labels, lets call incoming issues "sightings" and not "bugs". They become bugs once they've been evaluation by the assigned engineer. Signed-off-by: paul luse Change-Id: I0d4b8798ddd457aa950f4be23f101adb7251af71 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14742 Tested-by: SPDK CI Jenkins Reviewed-by: Krzysztof Karas Reviewed-by: Ben Walker Reviewed-by: Tomasz Zawadzki --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 775cac437..f8dc7fbd8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Sighting report about: Create a report to help us improve. Please use the issue tracker only for reporting suspected issues. title: '' labels: 'Sighting' @@ -7,7 +7,7 @@ assignees: '' --- -# Bug report +# Sighting report @@ -21,12 +21,12 @@ assignees: '' ## Possible Solution - + ## Steps to Reproduce - + 1. 2. 3.