[seahorse] Add Gitlab issue templates



commit ca307548c4575af20d77c44237ab717f95fc7af4
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Nov 22 18:44:32 2020 +0100

    Add Gitlab issue templates

 .gitlab/issue_templates/Bug.md     | 38 ++++++++++++++++++++++++++++++++++++++
 .gitlab/issue_templates/Feature.md | 22 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)
---
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 00000000..90e6b396
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,38 @@
+<!--
+  Please check first if your problem isn't already listed in the issue tracker
+  and/or if it's fixed in the latest stable version.
+-->
+
+# Affected version
+- Passwords and Keys (Seahorse) version: <!-- The version, or the commit if building from git -->
+- Application provider: distribution / built from git / flatpak <!-- Delete the unwanted anwsers -->
+- Related info:
+<!-- If you can, please mention distro (+version), GPG/SSH version (if applicable) -->
+
+# Steps to reproduce
+<!--
+  Explain in detail the steps on how the issue can be reproduced.
+-->
+1.
+2.
+3.
+
+# Current behavior
+<!-- Describe the current behavior. -->
+
+
+# Expected behavior
+<!-- Describe the expected behavior. -->
+
+
+# Additional information
+<!--
+  Provide more information that could be relevant.
+    
+  If the issue is a crash, provide a stack trace following the steps in:
+  https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces
+-->
+
+
+<!-- Ignore the text under this line. -->
+/label ~"1. Bug"
diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md
new file mode 100644
index 00000000..2fa6f034
--- /dev/null
+++ b/.gitlab/issue_templates/Feature.md
@@ -0,0 +1,22 @@
+### Use cases
+<!-- Describe what problem(s) the user is experiencing and that this request
+is trying to solve. -->
+
+
+### Desired behavior
+<!-- Describe the desired functionality. -->
+
+
+### Benefits of the solution
+<!-- List the possible benefits of the solution and how it fits in the project. -->
+
+
+### Possible drawbacks
+<!--
+   Describe possible drawbacks of the feature and list how it could affect the
+   project i.e. UI discoverability, complexity, impact in more or less number of
+   users, etc.
+-->
+
+<!-- Ignore the text under this line. -->
+/label ~"1. Feature"


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