-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcontact.html
More file actions
55 lines (42 loc) · 1.74 KB
/
contact.html
File metadata and controls
55 lines (42 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: default
title: Contact
---
<div class="desc">
<img src="/img/chat-128x128.png" width="64" height="64" alt=""/>
<h1>Contact</h1>
<p>Get help and provide feedback</p>
</div>
<p>The tools on osmcode.org are build by members of the OpenStreetMap and Open
Source communities.</p>
<div class="leftcolumn">
<h2>Getting Help</h2>
<p>You can ask questions on <a
href="https://community.openstreetmap.org/">community.openstreetmap.org</a>.</p>
<p style="border: 1px solid #f08080; border-radius: 4px; padding: 4px;">When
you ask for help, describe exactly what you did (including what commands,
config files, input data, etc. you used), what you expected what would
happen, and what happened instead (including log files, output files, etc.).
Include the version of the operating system and all relevant software, etc.
in your report.</p>
</div>
<div class="rightcolumn">
<h2>Reporting Bugs</h2>
<p>Please report bugs through the Github issue system in the appropriate
repository for the software or project you are using.</p>
<p>This website is maintained in <a
href="https://github.com/osmcode/osmcode.github.io">a git repository</a>,
too. Please report problems with the website there.</p>
<h2>Commercial Support</h2>
<p>The free support through the community works usually very well, but if you
have some special needs, you can get commercial support from the Osmium
maintainer, <a href="https://www.jochentopf.com/">Jochen Topf</a>.</p>
<div class="impressum">
This web site is maintained by:<br/>
Jochen Topf ·
Bayreuther Str. 29 ·
01187 Dresden<br/>
[email protected] ·
+49-351-31778688
</div>
</div>