From 6d3c1d97817bb2fe55d390207a2c0a5c0b2114f1 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 30 Aug 2017 21:23:06 +0200 Subject: add issue templates --- .gitlab/issue_templates/Bug.md | 21 +++++++++++++++++++++ .gitlab/issue_templates/Enhancement.md | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Enhancement.md (limited to '.gitlab') diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 000000000..3438f0a1f --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,21 @@ +**Please first check if another issue has been opened for your problem** + +## Versions + + - OS: + - Gajim 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 000000000..75eac4e72 --- /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 + + -- cgit v1.2.3