mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +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:
|
attributes:
|
||||||
label: DeepFace's version
|
label: DeepFace's version
|
||||||
description: |
|
description: |
|
||||||
Please provide your deepface version with calling `DeepFace.__version__` in your python program
|
Please provide your deepface version with calling the command `python -c "import deepface; print(deepface.__version__)"` in your terminal
|
||||||
placeholder: v0.0.X
|
placeholder: e.g. v0.0.90
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@ -19,7 +19,7 @@ body:
|
|||||||
label: Python version
|
label: Python version
|
||||||
description: |
|
description: |
|
||||||
Please provide your python programming language's version with calling `python --version` in your terminal
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@ -36,13 +36,13 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Dependencies
|
label: Dependencies
|
||||||
description: |
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: repro-code
|
id: repro-code
|
||||||
attributes:
|
attributes:
|
||||||
label: Repro Code
|
label: Reproducible example
|
||||||
description: A ***minimal*** code sample which reproduces the issue
|
description: A ***minimal*** code sample which reproduces the issue
|
||||||
render: Python
|
render: Python
|
||||||
validations:
|
validations:
|
||||||
@ -50,7 +50,7 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: exception-message
|
id: exception-message
|
||||||
attributes:
|
attributes:
|
||||||
label: Exception Message
|
label: Relevant Log Output
|
||||||
description: Please share the exception message from your terminal if your program is failing
|
description: Please share the exception message from your terminal if your program is failing
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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
|
label: Suggested Changes
|
||||||
description: What would you like to see happen in the docs?
|
description: What would you like to see happen in the docs?
|
||||||
validations:
|
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