Merge pull request #22 from wirc-sjsu/develop-w21
[WRF-Fire-merge.git] / .github / ISSUE_TEMPLATE / bug_report.md
blobb2ce4dc5d2493f7a7a29ed372988898639497db6
1 ---
2 name: Bug report
3 about: 'Issues are typically for demonstrable errors in the software. User problems
4   with a build should be directed to the WRF Forum: forum.mmm.ucar.edu'
5 title: ''
6 labels: ''
7 assignees: ''
9 ---
11 **Describe the bug**
12 A clear and concise description of what the bug is.
14 **To Reproduce**
15 Steps to reproduce the behavior:
16 1. Use compiler and version '....'
17 2. Use namelist options '....'
18 3. Output is '....'
20 **Expected behavior**
21 A clear and concise description of what you expected to happen.
23 **Screenshots**
24 If applicable, add screenshots to help explain your problem.
26 **Attachments**
27 If applicable, attach supporting files: namelist.input, rsl.* files, etc.
29 **Additional context**
30 Add any other context about the problem here, such as:
31    - This used to work with a previous version.
32    - The documentation is different from the exhibited behavior.