|
| 1 | +name: Bug report |
| 2 | +description: Report a problem with Cirq or the project. |
| 3 | +labels: 'kind/bug-report' |
| 4 | +body: |
| 5 | + - type: textarea |
| 6 | + attributes: |
| 7 | + label: Describe the issue |
| 8 | + description: Please explain in a clear and concise way what the issue is. |
| 9 | + validations: |
| 10 | + required: true |
| 11 | + |
| 12 | + - type: textarea |
| 13 | + attributes: |
| 14 | + label: How can the issue be reproduced? |
| 15 | + description: >- |
| 16 | + Explain in a step-by-step fashion what someone else would need to |
| 17 | + do in order to reproduce the issue. If possible, include literal |
| 18 | + examples of commands or code using [Markdown fenced code |
| 19 | + blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks). |
| 20 | + For long output, paste the text into [collapsed |
| 21 | + sections](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections) |
| 22 | + or attach text files. |
| 23 | + validations: |
| 24 | + required: false |
| 25 | + |
| 26 | + - type: input |
| 27 | + attributes: |
| 28 | + label: What version of Cirq are you using? |
| 29 | + description: >- |
| 30 | + You can find out the version of Cirq you are running by using Python |
| 31 | + to print the value of `cirq.__version__`. You can do this by running |
| 32 | + the command `python -c 'import cirq; print(cirq.__version__)'` in your |
| 33 | + Python environment. Please copy-paste the output in the field below. |
| 34 | + validations: |
| 35 | + required: false |
| 36 | + |
| 37 | + - type: dropdown |
| 38 | + attributes: |
| 39 | + label: In what environment are you using Cirq? |
| 40 | + description: >- |
| 41 | + How are you running Cirq? |
| 42 | + options: |
| 43 | + - Google Colab |
| 44 | + - Python interpreter/REPL in Linux |
| 45 | + - Python interpreter/REPL in MacOS |
| 46 | + - Python interpreter/REPL in Windows |
| 47 | + - Jupyter notebook on Linux system |
| 48 | + - Jupyter notebook on MacOS system |
| 49 | + - Jupyter notebook on Windows system |
| 50 | + validations: |
| 51 | + required: false |
0 commit comments