summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2020-11-22 18:09:55 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2020-11-22 18:11:26 +0100
commit3c8ea90b6b0bc8f5e229f90d6679f0c0e2df81e6 (patch)
treef14eec37d002756523a05a487b11ee293cb2e56d /.gitlab
parentee64d11e54caaa86477e8dad3ded08d1b8d9df84 (diff)
downloadgnome-contacts-3c8ea90b6b0bc8f5e229f90d6679f0c0e2df81e6.tar.gz
Add GitLab issue templates
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Bug.md38
-rw-r--r--.gitlab/issue_templates/Feature.md22
2 files changed, 60 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 0000000..8b01231
--- /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
+- GNOME Contacts 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), evolution-data-server version -->
+
+# 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 0000000..2fa6f03
--- /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"