We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da11008 commit 4919365Copy full SHA for 4919365
1 file changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -23,23 +23,19 @@ A clear and concise description of what you expected to happen.
23
24
## Minimal reproducer
25
If possible, please share the code for a MWE here so we can reproduce the bug.
26
-````
27
```julia
28
function foo end
29
[...]
30
```
31
32
33
## Platform information
34
Copy and paste the output of `versioninfo()` into a code block like this
35
36
```julia-repl
37
julia> versioninfo()
38
Julia Version 1.12.4
39
Commit 01a2eadb04 (2026-01-06 16:56 UTC)
40
41
42
43
44
## Additional context
45
Add any other context about the problem here.
0 commit comments