Skip to content

Commit

Permalink
issue template: change TF version to backend version (deepmodeling#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Feb 7, 2024
1 parent f1baf19 commit a7153b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ body:
validations:
required: true
- type: input
id: tf-version
id: backend-version
attributes:
label: TensorFlow Version
description: "The version will be printed when running DeePMD-kit."
label: Backend and its version
description: "The backend and its version will be printed when running DeePMD-kit, e.g. TensorFlow v2.15.0."
validations:
required: true
- type: dropdown
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/generic-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ body:
validations:
required: true
- type: input
id: tf-version
id: backend-version
attributes:
label: TensorFlow Version
description: "The version will be printed when running DeePMD-kit."
label: Backend and its version
description: "The backend and its version will be printed when running DeePMD-kit, e.g. TensorFlow v2.15.0."
validations:
required: true
- type: textarea
Expand Down

0 comments on commit a7153b1

Please sign in to comment.