Skip to content

Commit

Permalink
Propose a bug report issue (#3119)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabacon committed Jul 19, 2020
1 parent ee35ee9 commit 4abff18
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Description of the issue**

**How to reproduce the issue**

```
put code in code blocks *like this*
```

<details>

put long logs in details blocks *like this*

</details>

**Cirq version**
You can get the cirq version by printing `cirq.__version__`. From the command line:

```
python -c 'import cirq; print(cirq.__version__)'
```

0 comments on commit 4abff18

Please sign in to comment.