mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Add optional Python version (#2743)
This commit is contained in:
parent
93aea6ea9b
commit
f89b0388d5
8
.github/ISSUE_TEMPLATE/bug.yml
vendored
8
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -31,6 +31,14 @@ body:
|
||||
placeholder: "19.24"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: python
|
||||
attributes:
|
||||
label: Python version
|
||||
description: "The version of Python you are using"
|
||||
placeholder: "3.8"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: compiler
|
||||
attributes:
|
||||
|
Loading…
Reference in New Issue
Block a user