Skip to content

Commit fa2e63f

Browse files
Add instructions of how to extract the version of the repo (#475)
Co-authored-by: Sam Cunliffe <[email protected]>
1 parent 642e42b commit fa2e63f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ body:
3636
of errors you receive.
3737
validations:
3838
required: true
39-
# - id: version
40-
# type: input
41-
# attributes:
42-
# label: Version In Use
43-
# description: |-
44-
# Can be found by
45-
# ```sh
46-
# python -c "import sleplet; print(sleplet.__version__)"
47-
# ```
48-
# validations:
49-
# required: true
39+
- id: version
40+
type: input
41+
attributes:
42+
label: Version In Use
43+
description: |-
44+
Can be found by
45+
```sh
46+
git -C "$HOME/.cookiecutters/python-tooling" describe --match "v*" --tags --candidates 1
47+
```
48+
validations:
49+
required: true
5050
- id: additional
5151
type: textarea
5252
attributes:

0 commit comments

Comments
 (0)