diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 098b8b9e..ac40c0ad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -36,17 +36,17 @@ body: of errors you receive. validations: required: true - # - id: version - # type: input - # attributes: - # label: Version In Use - # description: |- - # Can be found by - # ```sh - # python -c "import sleplet; print(sleplet.__version__)" - # ``` - # validations: - # required: true + - id: version + type: input + attributes: + label: Version In Use + description: |- + Can be found by + ```sh + git -C "$HOME/.cookiecutters/python-tooling" describe --tags --abbrev=0 + ``` + validations: + required: true - id: additional type: textarea attributes: