From 118a1de50937f81fa4a778ffae4333b23d6d9266 Mon Sep 17 00:00:00 2001 From: postscript-dev Date: Tue, 26 Oct 2021 11:12:21 +0100 Subject: [PATCH 1/3] Add issue templates from `old-master` branch --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..a221d2ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behaviour: + +1. Provide the image with which you observed the issue (commonly named PoC) +2. Provide exact command to reproduce the issue +3. Mention the branch/commit in which you observed the issue (i.e: `master` or `0.27-maintenance`) + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Desktop (please complete the following information):** + - OS: [e.g. Linux, iOS, Windows] + - Compiler & Version [Gcc 7.3, Clang-6, MSVC 2017] + - Compilation mode and/or compiler flags + +**Additional context** +Add any other context about the problem here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..2c93e28b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: FeatureRequest +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Examples: I'm always frustrated when [...]; Exiv2 does not support XXX format [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. \ No newline at end of file From f09ea6a75a7d0a3176fd7eb941c1965d706a3778 Mon Sep 17 00:00:00 2001 From: postscript-dev Date: Tue, 26 Oct 2021 12:59:12 +0100 Subject: [PATCH 2/3] Update Exiv2 GitHub issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 31 +++++++++++------------ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++------ 2 files changed, 23 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a221d2ae..a675c34a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,23 +7,22 @@ assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. +##### **Describe the bug** +A clear and concise description of the bug. -**To Reproduce** -Steps to reproduce the behaviour: +##### **To Reproduce** +Steps to reproduce the behavior: +1. Provide the file with which you observed the issue (commonly named PoC) +2. List the exact commands/functions to reproduce the issue and include any related output +3. Mention the branch/commit in which you observed the issue (e.g., `main`, `0.27-maintenance`, `commit 9f721b40`) -1. Provide the image with which you observed the issue (commonly named PoC) -2. Provide exact command to reproduce the issue -3. Mention the branch/commit in which you observed the issue (i.e: `master` or `0.27-maintenance`) +##### **Expected behavior** +A short description of what you expected to happen. -**Expected behavior** -A clear and concise description of what you expected to happen. +##### **Desktop (please complete the following information):** +- OS and version: (e.g., Linux (Fedora 34), macOS 12, Windows 11) +- Compiler and version: (e.g., Gcc 11.2, Clang 13.0.0, MSVC 2019) +- Compilation mode and/or compiler flags: -**Desktop (please complete the following information):** - - OS: [e.g. Linux, iOS, Windows] - - Compiler & Version [Gcc 7.3, Clang-6, MSVC 2017] - - Compilation mode and/or compiler flags - -**Additional context** -Add any other context about the problem here. \ No newline at end of file +##### **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 index 2c93e28b..193bc3b7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,14 +7,14 @@ assignees: '' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Examples: I'm always frustrated when [...]; Exiv2 does not support XXX format [...] +##### **Is your feature request related to a problem?** +A clear and concise description of the problem (e.g., I'm always frustrated when [...]; Exiv2 does not support XXX format [...]) -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +##### **Describe the solution you would like** +A short description of what you want to happen. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +##### **Describe alternatives you have considered** +A simple explanation of any alternative solutions or features you have considered. -**Additional context** -Add any other context or screenshots about the feature request here. \ No newline at end of file +##### **Additional context** +Add any other information about the feature request here (e.g. screenshots, URLs). From 3a1a9db425b8263e0045ee8ba6575ed58a910c23 Mon Sep 17 00:00:00 2001 From: postscript-dev Date: Tue, 26 Oct 2021 15:50:23 +0100 Subject: [PATCH 3/3] Fix label: `ISSUE_TEMPLATE/feature_request.md` --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 193bc3b7..d76b6031 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: FeatureRequest +labels: request assignees: '' ---