We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642e42b commit fa2e63fCopy full SHA for fa2e63f
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -36,17 +36,17 @@ body:
36
of errors you receive.
37
validations:
38
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
+ - 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
50
- id: additional
51
type: textarea
52
attributes:
0 commit comments