Skip to content

Commit 263108d

Browse files
authored
Merge pull request #1544 from joto/issue-template
Add Github issue template for bug reports
2 parents 9429db3 + cd9022c commit 263108d

File tree

1 file changed

+42
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)