]> git.openstreetmap.org Git - nominatim.git/blob - .github/ISSUE_TEMPLATE/report-problems-with-the-software.md
Add custom config to information required for bug reports
[nominatim.git] / .github / ISSUE_TEMPLATE / report-problems-with-the-software.md
1 ---
2 name: Report problems with the software
3 about: You have your own installation of Nominatim and found a bug.
4 title: ''
5 labels: ''
6 assignees: ''
7
8 ---
9
10 <!-- Note: if you are installing Nominatim through a docker image, you should report issues with the installation process with the docker repository first.
11
12      Do not send screen shots! Copy any console output directly into the issue.
13  -->
14
15 **Describe the bug**
16 <!-- A clear and concise description of what the bug is.-->
17
18 **To Reproduce**
19 <!-- Please describe what you did to get to the issue. -->
20
21 **Software Environment (please complete the following information):**
22 - Nominatim version: 
23 - Postgresql version: 
24 - Postgis version:
25 - OS: 
26
27 **Hardware Configuration (please complete the following information):**
28 - RAM: 
29 - number of CPUs:
30 - type and size of disks:
31
32 **Postgresql Configuration:**
33
34 <!-- List any configuration items you changed in your postgresql configuration. -->
35
36 **Nominatim Configuration:**
37
38 <!-- List the contents of your customized `.env` file. -->
39
40 **Additional context**
41
42 <!-- Add any other context about the problem here. -->