Change GitHub issue templates to new style
[geeqie.git] / .github / ISSUE_TEMPLATE / bug_report.md
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644 (file)
index 0000000..e3cb997
--- /dev/null
@@ -0,0 +1,34 @@
+---
+name: Bug
+about: Report a bug
+title: ''
+labels: 'bug'
+assignees: ''
+
+---
+
+**Setup (please complete the following information):**
+ - Distribution: [e.g. Ubuntu]
+ - Distribution release: [e.g. 20.04]
+ - Geeqie version [geeqie --version]:
+
+**Describe the bug**
+Describe the bug.
+
+**To reproduce**
+Steps to reproduce the behavior:
+
+**Expected behavior**
+If relevant, describe what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Image sources**
+If applicable, upload image files causing the bug. (Use gzip)
+
+**Error logs or seg. fault files**
+If applicable, upload text files from the bug. (Use gzip)
+
+**Additional context**
+Add any other context about the problem here.