From 28e83510d51f6c8580ee03fb726a3f05267dbab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Br=C3=B6tzmann?= Date: Thu, 7 Nov 2019 18:55:47 +0100 Subject: [PATCH] Add issue templates --- .gitlab/issue_templates/Bug.md | 22 ++++++++++++++++++++++ .gitlab/issue_templates/Enhancement.md | 5 +++++ 2 files changed, 27 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Enhancement.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..637d342 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,22 @@ +**Please first check if another issue has been opened for your problem** + +## Versions + + - OS: + - Gajim version: + - Plugin version: + - GTK version: + - Python-nbxmpp version: + +## Steps to reproduce the problem + + 1. + 1. + 1. + +## Expected behavior + + +## Actual behavior + + diff --git a/.gitlab/issue_templates/Enhancement.md b/.gitlab/issue_templates/Enhancement.md new file mode 100644 index 0000000..75eac4e --- /dev/null +++ b/.gitlab/issue_templates/Enhancement.md @@ -0,0 +1,5 @@ +**Please note by far the quickest way to get a new feature is to file a Merge Request.** + +## Description of the new feature + +