Skip to content

Commit b1fd393

Browse files
authored
Create bug.md
1 parent 9d419ae commit b1fd393

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug
3+
about: Create a report to help us improve.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**❗ IMPORTANT:** If you have difficulties creating a dataset from any source,
11+
please provide us with a sample data file or a URL to the source data.
12+
13+
**Describe the bug**
14+
A clear and concise description of what the bug is.
15+
16+
** Version number **
17+
I am using the following versions/branch/sha1 of the anemoi packages
18+
(alternatively the output of `pip freeze`)
19+
20+
**To Reproduce**
21+
Steps to reproduce the behavior:
22+
1. Go to '...'
23+
2. Run this '....'
24+
3. See error
25+
26+
**URL to sample input data**
27+
Provide a URL to a sample input data, or attach a file to that report if it is small enough.
28+
29+
**Expected behavior**
30+
A clear and concise description of what you expected to happen.
31+
32+
**Screenshots**
33+
If applicable, add screenshots to help explain your problem.
34+
35+
**Additional context**
36+
Add any other context about the problem here.

0 commit comments

Comments
 (0)