summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-07-09 14:44:04 +1000
committerPekka Paalanen <pq@iki.fi>2020-08-18 07:57:26 +0000
commit9b7171f955225c5481c493c34e5ebe639cfd67ef (patch)
tree697e3ecfd3d0a354f0109c1b4190c0d7224d5c04
parent4e16ef0aed8db425afc8910b2a9708b57e165d39 (diff)
downloadwayland-9b7171f955225c5481c493c34e5ebe639cfd67ef.tar.gz
Add a basic gitlab issue template
This makes the Bug template available in the new issues form. Ideally a majority of users will select this template and then realize that they're in the wrong repo. Making this a default is a feature of the enterprise gitlab version only, see https://docs.gitlab.com/ce/user/project/description_templates.html#overview Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--.gitlab/issue_templates/Bug.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 0000000..b78a615
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,8 @@
+<!--
+This repository is for the Wayland protocol description and the libwayland IPC helper
+library only. Issues with Wayland during day-to-day usage are almost
+certainly a bug in your compositor and **not** a bug with in this
+repository.
+
+Please remove this comment before filing your bug.
+-->