Skip to content

Commit

Permalink
Update bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Dec 22, 2021
1 parent 10dc02e commit ab61284
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,19 @@ body:
description: "The version will be printed when running DeePMD-kit."
validations:
required: true
- type: input
- type: dropdown
id: installation-way
attributes:
label: Installation Way
description: Offline packages, conda, docker, pip, CMake, etc.
label: How did you download the software?
options:
- Offline packages
- conda
- docker
- pip
- Built from source
- Others (write below)
validations:
required: true
- type: textarea
id: log
attributes:
Expand Down

0 comments on commit ab61284

Please sign in to comment.