From 2e0a1147048b9943939f85fe6daf032906a89ff1 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Mon, 25 Dec 2023 16:59:38 +0000 Subject: [PATCH] Change GitHub issue templates to new style The GitHub issue templates are in ./.github/ISSUE_TEMPLATES/ --- .github/ISSUE_TEMPLATE.md | 41 ----------------------- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++ .github/ISSUE_TEMPLATE/question.md | 17 ++++++++++ 4 files changed, 68 insertions(+), 41 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index a02e85e0..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,41 +0,0 @@ - - -### ISSUE TYPE - -* Bug Report -* Feature Request - -### GEEQIE VERSION - -``` - -``` - - -``` - -``` - -### OS / DISTRIBUTION - - -### SUMMARY - - -### STEPS TO REPRODUCE - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e3cb997d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 index 00000000..bfc2bbd5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 index 00000000..0641e052 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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. -- 2.20.1