|
1 | 1 | name: Bug report |
2 | 2 | description: Report a problem with qsim or this project |
3 | | -type: Bug |
4 | 3 | body: |
5 | 4 | - type: markdown |
6 | 5 | attributes: |
7 | 6 | value: | |
8 | | - Thank you for taking the time to fill out this bug report! |
| 7 | + Thank you for taking the time to open an issue report. Before |
| 8 | + continuing, it's worth [searching through the existing issues in this |
| 9 | + repository](https://github.com/quantumlib/qsim/issues?q=is%3Aissue) in |
| 10 | + case the same topic has already been reported. |
9 | 11 |
|
10 | 12 | - type: textarea |
11 | 13 | attributes: |
12 | 14 | label: Describe the issue |
13 | 15 | description: >- |
14 | | - Please explain clearly and in detail what the issue is. What led up |
15 | | - to it, or how did you encounter it? |
| 16 | + Please explain clearly and in detail what the issue is. What were you |
| 17 | + trying to do? What happened? What was unexpected about what happened? |
| 18 | + placeholder: >- |
| 19 | + Describe the issue here |
16 | 20 | validations: |
17 | 21 | required: true |
18 | 22 |
|
19 | | - - type: input |
20 | | - attributes: |
21 | | - label: What version of qsim are you using? |
22 | | - validations: |
23 | | - required: false |
24 | | - |
25 | 23 | - type: textarea |
26 | 24 | attributes: |
27 | | - label: How can the issue be reproduced? |
| 25 | + label: Tell us how to reproduce the issue |
28 | 26 | description: >- |
29 | | - Explain in a step-by-step fashion what someone else would need to |
| 27 | + Explain in a step-by-step fashion what someone else will need to |
30 | 28 | do in order to reproduce the issue. If possible, include literal |
31 | 29 | examples of commands or code using [Markdown fenced code |
32 | 30 | blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks). |
33 | 31 | For long output, paste the text into [collapsed |
34 | 32 | sections](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections) |
35 | 33 | or attach text files. |
| 34 | + placeholder: >- |
| 35 | + Write a step-by-step explanation of how to reproduce the issue here |
| 36 | + validations: |
| 37 | + required: false |
| 38 | + |
| 39 | + - type: input |
| 40 | + attributes: |
| 41 | + label: Tell us the version of qsim or qsimcirq (if relevant) |
| 42 | + description: |- |
| 43 | + For qsim software problems, we need to know the exact version you are |
| 44 | + using. If you are using the Python package and are running within a |
| 45 | + terminal emulator, then typing the following command in the shell will |
| 46 | + print the version number:<br> |
| 47 | + ```python3 -c 'import qsimcirq; print(qsimcirq.__version__)'```<br> |
| 48 | + If you are using a Google Colab or Jupyter notebook environment, |
| 49 | + then running the following command in a notebook cell will print |
| 50 | + the version number:<br> |
| 51 | + `import qsimcirq; print(qsimcirq.__version__)` |
| 52 | + placeholder: >- |
| 53 | + Write the qsim version number here |
| 54 | + validations: |
| 55 | + required: false |
| 56 | + |
| 57 | + - type: input |
| 58 | + attributes: |
| 59 | + label: Tell us the computing environment (if relevant) |
| 60 | + description: >- |
| 61 | + Please tell us if you are using Linux, macOS, Windows, Google Colab, or |
| 62 | + something else, and its version. |
| 63 | + placeholder: >- |
| 64 | + Describe the computing environment and its version here |
36 | 65 | validations: |
37 | 66 | required: false |
0 commit comments