xref: /honee/.gitlab/issue_templates/bug_report.md (revision fc37ad8c2d8e5885e86197268f3a21c51d020b21)
1Summary
2---
3
4Please add a brief description here.
5
6
7
8Steps to reproduce
9---
10
11Please provide the command line options and `yml` needed to reproduce the issue.
12
13```console
14$ mpiexec -n 2 ratel-quasistatic -options_file the_bad_test.yml
15```
16
17```yml
18# Ratel problem specification
19# Buggy configuration
20
21```
22