From 22ac35e70f3c3734b8ddc3ed866d7f8672051e1b Mon Sep 17 00:00:00 2001 From: Ivana Kellyerova Date: Thu, 11 May 2023 16:51:35 +0200 Subject: [PATCH] Add a note about pip freeze to the bug template --- .github/ISSUE_TEMPLATE/bug.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index f6e47929eb..78f1e03d21 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -27,6 +27,8 @@ body: 1. What 2. you 3. did. + + Extra points for also including the output of `pip freeze --all`. validations: required: true - type: textarea