From 9907bedce517ea291c70c6a7b5dfec9e594f41df Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Sat, 26 Nov 2022 07:15:54 +0800 Subject: [PATCH] fix(.github): fix bug-report issue template (#4363) --- .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 e6494ba6a..4f1e78f33 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -21,10 +21,11 @@ body: - label: Consider asking first in the [Gitter chat room](https://gitter.im/pybind/Lobby) or in a [Discussion](https:/pybind/pybind11/discussions/new). required: false - - type: Input + - type: input id: version attributes: label: What version (or hash if on master) of pybind11 are you using? + validations: required: true - type: textarea @@ -52,7 +53,7 @@ body: starting point for working out fixes. render: text - - type: Input + - type: input id: regression attributes: label: Is this a regression? Put the last known working version here if it is.