Skip to content

Commit 9870867

Browse files
committed
Expand the bug issue template & add a template for questions (quantumlib#873)
1 parent 2ca09e7 commit 9870867

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,12 @@ body:
4343
For qsim software problems, we need to know the exact version you are
4444
using. If you are using the Python package and are running within a
4545
terminal emulator, then typing the following command in the shell will
46-
print the version number:
47-
```
48-
python3 -c 'import qsimcirq; print(qsimcirq.__version__)'
49-
```
46+
print the version number:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
47+
```python3 -c 'import qsimcirq; print(qsimcirq.__version__)'```<br>
5048
If you are using a Google Colab or Jupyter notebook environment,
5149
then running the following command in a notebook cell will print
52-
the version number:
53-
```
54-
import qsimcirq; print(qsimcirq.__version__)
55-
```
50+
the version number:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
51+
`import qsimcirq; print(qsimcirq.__version__)`
5652
placeholder: >-
5753
Write the qsim version number here
5854
validations:

0 commit comments

Comments
 (0)