-
Notifications
You must be signed in to change notification settings - Fork 201
Expand file tree
/
Copy path3-question.yml
More file actions
43 lines (40 loc) · 1.42 KB
/
3-question.yml
File metadata and controls
43 lines (40 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Question
description: As a question
type: Question
body:
- type: markdown
attributes:
value: >-
Thank you for your interest in qsim! Before continuing, it's worth
[searching through the existing issues in this
repository](https://github.com/quantumlib/qsim/issues?q=is%3Aissue) in
case the same question has already been asked and possibly answered.
- type: textarea
attributes:
label: What is the question?
description: >-
Please provide enough details and contextual information so that the
question is answerable.
placeholder: >-
Write your question here
validations:
required: true
- type: input
attributes:
label: Does this concern a specific version of qsim? If so, what version?
placeholder: >-
Write the qsim version number here
validations:
required: false
- type: input
attributes:
label: Is it specific to a computing environment? If so, which one?
description: >-
If the platform and operating system version may be relevant, please
tell us those details as well. It may matter, for example, whether you
are using Linux, macOS, Windows, or Google Colab, as well as whether
you are trying to use CUDA (and what version), and other details.
placeholder: >-
Describe the computing environment here
validations:
required: false