mirror of
https://github.com/serengil/deepface.git
synced 2025-06-05 19:15:23 +00:00
cosmetic changes in issue templates
This commit is contained in:
parent
f56ec30583
commit
f2193582d5
12
.github/ISSUE_TEMPLATE/01-report-bug.yaml
vendored
12
.github/ISSUE_TEMPLATE/01-report-bug.yaml
vendored
@ -9,8 +9,8 @@ body:
|
||||
attributes:
|
||||
label: DeepFace's version
|
||||
description: |
|
||||
Please provide your deepface version with calling `DeepFace.__version__` in your python program
|
||||
placeholder: v0.0.X
|
||||
Please provide your deepface version with calling the command `python -c "import deepface; print(deepface.__version__)"` in your terminal
|
||||
placeholder: e.g. v0.0.90
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
@ -19,7 +19,7 @@ body:
|
||||
label: Python version
|
||||
description: |
|
||||
Please provide your python programming language's version with calling `python --version` in your terminal
|
||||
placeholder: 3.8.5
|
||||
placeholder: e.g. 3.8.5
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
@ -36,13 +36,13 @@ body:
|
||||
attributes:
|
||||
label: Dependencies
|
||||
description: |
|
||||
Please provide python dependencies with calling `pip freeze`, in particular tensorflow's and keras' versions
|
||||
Please provide python dependencies with calling `pip freeze` in your terminal, in particular tensorflow's and keras' versions
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro-code
|
||||
attributes:
|
||||
label: Repro Code
|
||||
label: Reproducible example
|
||||
description: A ***minimal*** code sample which reproduces the issue
|
||||
render: Python
|
||||
validations:
|
||||
@ -50,7 +50,7 @@ body:
|
||||
- type: textarea
|
||||
id: exception-message
|
||||
attributes:
|
||||
label: Exception Message
|
||||
label: Relevant Log Output
|
||||
description: Please share the exception message from your terminal if your program is failing
|
||||
validations:
|
||||
required: false
|
||||
|
8
.github/ISSUE_TEMPLATE/03-documentation.yaml
vendored
8
.github/ISSUE_TEMPLATE/03-documentation.yaml
vendored
@ -9,4 +9,10 @@ body:
|
||||
label: Suggested Changes
|
||||
description: What would you like to see happen in the docs?
|
||||
validations:
|
||||
required: true
|
||||
required: true
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: Additional Info
|
||||
description: |
|
||||
Any additional info you'd like to provide.
|
Loading…
x
Reference in New Issue
Block a user