From: Sebastián Ramírez Date: Thu, 3 Aug 2023 15:59:41 +0000 (+0200) Subject: 🔧 Update the Question template to ask for the Pydantic version (#10000) X-Git-Tag: 0.101.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=059fb128926ae06a52af472bd91b216ce45a5997;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Update the Question template to ask for the Pydantic version (#10000) --- diff --git a/.github/DISCUSSION_TEMPLATE/questions.yml b/.github/DISCUSSION_TEMPLATE/questions.yml index 3726b7d18d..98424a341d 100644 --- a/.github/DISCUSSION_TEMPLATE/questions.yml +++ b/.github/DISCUSSION_TEMPLATE/questions.yml @@ -123,6 +123,20 @@ body: ``` validations: required: true + - type: input + id: pydantic-version + attributes: + label: Pydantic Version + description: | + What Pydantic version are you using? + + You can find the Pydantic version with: + + ```bash + python -c "import pydantic; print(pydantic.version.VERSION)" + ``` + validations: + required: true - type: input id: python-version attributes: