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