From 2cabcbcdf318f521a56bf51d8304aaf9ca987754 Mon Sep 17 00:00:00 2001 From: Bittrance Date: Sun, 5 Nov 2023 23:29:39 +0100 Subject: [PATCH] Bug template includes question about Git behavior. --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e259e614960..ff2bb375509 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,6 +12,10 @@ body: attributes: label: Expected behavior 🤔 description: Describe what should happen. + - type: textarea + attributes: + label: Git behavior + description: Describe what Git does under similar circumstances. - type: textarea attributes: label: Steps to reproduce 🕹