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 🕹