Skip to content

Commit

Permalink
Add race detector to bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Dec 2, 2023
1 parent 319c317 commit 31321c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ func main() {
}
```

Please run your example with the race detector enabled. For example, `go run -race main.go` or `go test -race`.

**Expected behavior**
A clear and concise description of what you expected to happen.

Expand Down

0 comments on commit 31321c2

Please sign in to comment.