Skip to content

Commit 2113668

Browse files
committed
Add a question template
Since I want to remove the blank issue option, we need to provide a template for questions.
1 parent 717c1c9 commit 2113668

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Question
2+
description: As a question
3+
type: Question
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for your interest in qsim! Before continuing, it's worth
9+
[searching through the existing issues in this
10+
repository](https://github.com/quantumlib/qsim/issues?q=is%3Aissue) in
11+
case the same question has already been asked and possibly answered.
12+
13+
- type: textarea
14+
attributes:
15+
label: What is the question?
16+
description: >-
17+
Please provide enough details and contextual information so that the
18+
question is answerable.
19+
validations:
20+
required: true
21+
22+
- type: input
23+
attributes:
24+
label: Does this concern a specific version of qsim? If so, what version?
25+
description: >-
26+
If the question involves specific features or operation of
27+
qsim/qsimcirq, please let us know the version number.
28+
validations:
29+
required: false
30+
31+
- type: input
32+
attributes:
33+
label: Is it specific to a computing environment? If so, which one?
34+
description: >-
35+
If the platform and operating system version may be relevant, please
36+
tell us those details as well. It may matter, for example, whether you
37+
are using Linux, macOS, Windows, or Google Colab, as well as whether
38+
you are trying to use CUDA (and what version), and other details.
39+
validations:
40+
required: false

0 commit comments

Comments
 (0)