[mutter] gitlab: Add issue templates
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] gitlab: Add issue templates
- Date: Wed, 8 Jan 2020 21:52:04 +0000 (UTC)
commit 17e20619ec8fc6f3fdff446a0f2f261f6310c895
Author: Björn Daase <bjoern daase net>
Date: Wed Jan 8 19:34:19 2020 +0000
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(+)
---
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
+
+<!--
+Provide at least the following information:
+* Your OS and version
+* Affected Mutter version
+* Does this issue appear in XOrg and/or Wayland
+-->
+
+### Bug summary
+
+<!--
+Provide a short summary of the bug you encountered.
+-->
+
+### Steps to reproduce
+
+<!--
+1. Step one
+2. Step two
+3. ...
+-->
+
+### What happened
+
+<!--
+What did Mutter do that was unexpected?
+-->
+
+### What did you expect to happen
+
+<!--
+What did you expect Mutter to do?
+-->
+
+### Relevant logs, screenshots, screencasts etc.
+
+<!--
+If you have further information, such as technical documentation, logs,
+screenshots or screencasts related, please provide them here.
+
+If the bug is a crash, please obtain a stack trace with installed debug
+symbols (at least for GNOME Shell and Mutter) and attach it to
+this issue following the instructions on
+https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces.
+-->
+
+
+<!-- Do not remove the following line. -->
+/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 @@
+<!--
+Please read https://wiki.gnome.org/Community/GettingInTouch/BugReportingGuidelines
+first to ensure that you create a clear and specific issue.
+-->
+
+### Feature summary
+
+<!--
+Describe what you would like to be able to do with Mutter
+that you currently cannot do.
+-->
+
+### How would you like it to work
+
+<!--
+If you can think of a way Mutter might be able to do this,
+let us know here.
+-->
+
+### Relevant links, screenshots, screencasts etc.
+
+<!--
+If you have further information, such as technical documentation,
+code, mockups or a similar feature in another window managers,
+please provide them here.
+-->
+
+
+<!-- Do not remove the following line. -->
+/label ~"1. Feature"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]