xref: /honee/.gitlab/issue_templates/bug_report.md (revision 3ea7d07ed15a0ca8ee7b5455e6d0d8ba4f9bd07f)
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