Add race detector to bug report template

pull/1824/head
Jack Christensen 2023-12-02 09:27:57 -06:00
parent 319c3172f2
commit 31321c2017
1 changed files with 2 additions and 0 deletions
.github/ISSUE_TEMPLATE

View File

@ -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.