Change GitHub issue templates to new style
[geeqie.git] / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Bug
3 about: Report a bug
4 title: ''
5 labels: 'bug'
6 assignees: ''
7
8 ---
9
10 **Setup (please complete the following information):**
11  - Distribution: [e.g. Ubuntu]
12  - Distribution release: [e.g. 20.04]
13  - Geeqie version [geeqie --version]:
14
15 **Describe the bug**
16 Describe the bug.
17
18 **To reproduce**
19 Steps to reproduce the behavior:
20
21 **Expected behavior**
22 If relevant, describe what you expected to happen.
23
24 **Screenshots**
25 If applicable, add screenshots to help explain your problem.
26
27 **Image sources**
28 If applicable, upload image files causing the bug. (Use gzip)
29
30 **Error logs or seg. fault files**
31 If applicable, upload text files from the bug. (Use gzip)
32
33 **Additional context**
34 Add any other context about the problem here.