Skip to content

Commit

Permalink
Add instructions of how to extract the version of the repo (#475)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Cunliffe <[email protected]>
  • Loading branch information
paddyroddy and samcunliffe authored Nov 7, 2024
1 parent 642e42b commit fa2e63f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa2e63f

Please sign in to comment.