Skip to content

Commit f277d13

Browse files
committed
Add github issue template
1 parent 315709f commit f277d13

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Report problems with the software
3+
about: You found a (possible) bug in libosmium
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## What version of libosmium are you using?
11+
12+
<!-- Please use the [latest
13+
release](https://github.com/osmcode/libosmium/releases) or master if at all
14+
possible. -->
15+
16+
17+
## What operating system and compiler are you using?
18+
19+
<!-- Also what Linux distribution if applicable, OS version? -->
20+
21+
22+
## Tell us something about your system
23+
24+
<!-- How much RAM do you have, how many CPUs, bare metal or cloud setup? -->
25+
26+
27+
## What did you do exactly?
28+
29+
<!-- Please provide the command(s) you used including all options etc. Include
30+
links to input files. -->
31+
32+
33+
## What did you expect to happen?
34+
35+
<!-- Describe in detail what you expected the above would do. -->
36+
37+
38+
## What did happen instead?
39+
40+
<!-- Please describe what happened and why you think this is wrong. Please
41+
include (or link to, if it is too verbose) the log output. -->
42+
43+
44+
## What did you do to try analyzing the problem?
45+
46+
<!-- Describe what steps you already did to try analyzing the problem before
47+
reporting. -->
48+

0 commit comments

Comments
 (0)