Change GitHub issue templates to new style
authorColin Clark <colin.clark@cclark.uk>
Mon, 25 Dec 2023 16:59:38 +0000 (16:59 +0000)
committerColin Clark <colin.clark@cclark.uk>
Mon, 25 Dec 2023 16:59:38 +0000 (16:59 +0000)
The GitHub issue templates are in ./.github/ISSUE_TEMPLATES/

.github/ISSUE_TEMPLATE.md [deleted file]
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/question.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644 (file)
index a02e85e..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<!---
-Verify first that your issue/request is not already reported on GitHub.
-Also test if the latest release, and master branch are affected too.
-
-Before sending the report, please remove the comments.
--->
-
-### ISSUE TYPE
-<!--- Pick one below and delete the rest: -->
-* Bug Report
-* Feature Request
-
-### GEEQIE VERSION
-<!--- Paste verbatim output from "geeqie --version" between quotes below -->
-```
-
-```
-
-<!-- What GTK toolkit is used to compile Geeqie? If you compile geeqie
-yourself, please paste the config result at the end of configure. -->
-```
-
-```
-
-### OS / DISTRIBUTION
-<!---
-Mention the OS, distribution and release you are using geeqie on.
-If the issue is surely not related to the distribution, you might delete this
-section.
--->
-
-### SUMMARY
-<!--- Explain the problem briefly -->
-
-### STEPS TO REPRODUCE
-<!---
-For bugs, please provide information how to reproduce the problem.
-If the problem affects an image or file, please upload a sample.
-For feature requests, please provide screenshots and other information that
-describe your idea the best.
--->
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.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644 (file)
index 0000000..bfc2bbd
--- /dev/null
@@ -0,0 +1,17 @@
+---
+name: Enhancement
+about: Request a new feature or enhancement
+title: ''
+labels: 'enhancement'
+assignees: ''
+
+---
+
+**Setup (please complete the following information):**
+ - Geeqie version [geeqie --version]:
+
+**Describe your feature request**
+Write your feature request here,
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
new file mode 100644 (file)
index 0000000..0641e05
--- /dev/null
@@ -0,0 +1,17 @@
+---
+name: Question
+about: Ask a question about the project
+title: ''
+labels: 'question'
+assignees: ''
+
+---
+
+**Setup (please complete the following information):**
+ - Geeqie version [geeqie --version]:
+
+**What is your question**
+Write your query here.
+
+**Additional context**
+Add any other context or screenshots about the question here.