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