From fa2e63f38a34afe0acff93ac73f370c44ce6299a Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Thu, 7 Nov 2024 11:30:36 +0000 Subject: [PATCH] Add instructions of how to extract the version of the repo (#475) Co-authored-by: Sam Cunliffe --- .github/ISSUE_TEMPLATE/bug_report.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 098b8b9e..c0630c0e 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 --match "v*" --tags --candidates 1 + ``` + validations: + required: true - id: additional type: textarea attributes: