[gexiv2] Add issue templates for Bug and Feature Request



commit f4f0e15d40c86a66e4bf002bb2f22d51eb972ad1
Author: postscript-dev <43813-postscript-dev users noreply gitlab gnome org>
Date:   Mon May 24 00:21:46 2021 +0000

    Add issue templates for Bug and Feature Request

 .gitlab/.gitkeep                           |  0
 .gitlab/issue_templates/.gitkeep           |  0
 .gitlab/issue_templates/Bug.md             | 27 +++++++++++++++++++++++++++
 .gitlab/issue_templates/Feature Request.md | 18 ++++++++++++++++++
 4 files changed, 45 insertions(+)
---
diff --git a/.gitlab/.gitkeep b/.gitlab/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/.gitlab/issue_templates/.gitkeep b/.gitlab/issue_templates/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 0000000..cbecccb
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,27 @@
+**Describe the bug**
+
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+
+Steps to reproduce the behavior:
+
+1. Provide the image/text with which you observed the issue. Images 
+   are usually named PoC.
+2. Provide the exact command to reproduce the issue.
+3. Mention the branch/commit in which you observed the issue (i.e. 
+   `master`, `gexiv2-0.12.1`, `commit 6aa98376`)
+
+**Expected behaviour**
+
+A description of what you expected to happen.
+
+**Desktop (please complete the following information):**
+
+ - OS: [e.g. Linux, macOS, Windows, MinGW]
+ - Compiler & version: [e.g. gcc 10.2, clang 11.0]
+ - Non-default options: e.g. meson_options.txt changes, custom compiler flags
+
+**Additional context**
+
+Add any other context about the problem here.
diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md
new file mode 100644
index 0000000..cb0e27d
--- /dev/null
+++ b/.gitlab/issue_templates/Feature Request.md        
@@ -0,0 +1,18 @@
+**Is your feature related to a problem? Please describe**
+
+A clear and concise description of what the problem is.
+e.g. I'm always frustrated when [...]; gexiv2 does not support XXX
+
+**Describe the solution that you would like**
+
+A short description of what you want to happen.
+
+**Describe alternatives that you have considered**
+
+Any other solutions or features available elsewhere. e.g. 
+py3exiv2 can do XXX.
+
+**Additional context**
+
+Add any other content about the feature request. e.g. screenshots, 
+URLs, etc


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]