Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Bug report
description: Report a problem with qsim or this project
type: Bug
body:
- type: markdown
attributes:
value: |
value: >-
Thank you for taking the time to open an issue report. Before
continuing, it's worth [searching through the existing issues in this
repository](https://github.com/quantumlib/qsim/issues?q=is%3Aissue) in
Expand Down Expand Up @@ -59,7 +60,8 @@ body:
label: Tell us the computing environment (if relevant)
description: >-
Please tell us if you are using Linux, macOS, Windows, Google Colab, or
something else, and its version.
something else, and its version. If you are trying to use a GPU and
CUDA, please tell us the model of GPU and version of CUDA.
placeholder: >-
Describe the computing environment and its version here
validations:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3-question.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Question
description: As a question
description: Ask a question
type: Question
body:
- type: markdown
Expand Down
Loading