Skip to content

Commit

Permalink
update bug report yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Nov 12, 2024
1 parent 13559dd commit abba2f5
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,32 @@ body:
required: true

- type: input
id: pmg-version
id: fairchem-version
attributes:
label: fairchem-core version
description: Use `pip show fairchem-core | grep Version` to get fairchem-core version
placeholder: ex. 1.2.1
validations:
required: true

- type: input
id: torch-version
attributes:
label: pytorch version
description: Use `pip show torch | grep Version` to get pytorch version
placeholder: ex. 2.4.0
validations:
required: true

- type: input
id: cuda-version
attributes:
label: cuda version
description: Use `python -c 'import torch; cuda=torch.cuda.is_available(); print(cuda,torch.version.cuda if cuda else None);'` to get cuda version
placeholder: ex. 12.1
validations:
required: true

- type: input
id: os
attributes:
Expand All @@ -38,18 +56,18 @@ body:
required: false

- type: textarea
id: expected-behavior
id: current-behavior
attributes:
label: Expected Behavior
description: What did you expect to see?
label: Current behavior
description: What behavior do you see?
validations:
required: true

- type: textarea
id: current-behavior
id: expected-behavior
attributes:
label: Current behavior
description: What behavior do you see?
label: Expected Behavior
description: What did you expect to see?
validations:
required: true

Expand Down

0 comments on commit abba2f5

Please sign in to comment.