Skip to content

Commit 1692384

Browse files
authored
Fix typo in title & incorrect YAML format in templates (#888)
1 parent 62e8e16 commit 1692384

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Bug report
22
description: Report a problem with qsim or this project
3+
type: Bug
34
body:
45
- type: markdown
56
attributes:
6-
value: |
7+
value: >-
78
Thank you for taking the time to open an issue report. Before
89
continuing, it's worth [searching through the existing issues in this
910
repository](https://github.com/quantumlib/qsim/issues?q=is%3Aissue) in
@@ -59,7 +60,8 @@ body:
5960
label: Tell us the computing environment (if relevant)
6061
description: >-
6162
Please tell us if you are using Linux, macOS, Windows, Google Colab, or
62-
something else, and its version.
63+
something else, and its version. If you are trying to use a GPU and
64+
CUDA, please tell us the model of GPU and version of CUDA.
6365
placeholder: >-
6466
Describe the computing environment and its version here
6567
validations:

.github/ISSUE_TEMPLATE/3-question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Question
2-
description: As a question
2+
description: Ask a question
33
type: Question
44
body:
55
- type: markdown

0 commit comments

Comments
 (0)