From 17e20619ec8fc6f3fdff446a0f2f261f6310c895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Daase?= Date: Wed, 8 Jan 2020 19:34:19 +0000 Subject: [PATCH] gitlab: Add issue templates This adds two GitLab issue templates for: * Bugs * Features It is the equivalent to https://gitlab.gnome.org/GNOME/gnome-shell/commit/dd2e560255e92b3423f9288f03861b496b4d6fd3. https://gitlab.gnome.org/GNOME/mutter/issues/385 --- .gitlab/issue_templates/Bug.md | 55 ++++++++++++++++++++++++++++++ .gitlab/issue_templates/Feature.md | 30 ++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Feature.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 000000000..fd1d1e919 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,55 @@ +!-- +Please read https://wiki.gnome.org/Community/GettingInTouch/BugReportingGuidelines +first to ensure that you create a clear and specific issue. +--> + +### Affected version + + + +### Bug summary + + + +### Steps to reproduce + + + +### What happened + + + +### What did you expect to happen + + + +### Relevant logs, screenshots, screencasts etc. + + + + + +/label ~"1. Bug" diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 000000000..17d498e26 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,30 @@ + + +### Feature summary + + + +### How would you like it to work + + + +### Relevant links, screenshots, screencasts etc. + + + + + +/label ~"1. Feature"