summaryrefslogtreecommitdiff
path: root/.gitlab/issue_templates
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-01-15 14:20:09 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-01-20 14:10:17 +0000
commit439727a84a3f8f2c4c7ac8027af8a4ee49541b34 (patch)
tree977ed18bc0befa647e88660fd57b5e0fe0008f26 /.gitlab/issue_templates
parentd7050c63aec46b0c265b21911bcc44331b3aa92c (diff)
downloadgtk+-439727a84a3f8f2c4c7ac8027af8a4ee49541b34.tar.gz
Add more directions to the issue templates
Let's hope people read them.
Diffstat (limited to '.gitlab/issue_templates')
-rw-r--r--.gitlab/issue_templates/Bug.md12
-rw-r--r--.gitlab/issue_templates/Crash.md10
2 files changed, 22 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index 61244a93c4..4a47d30574 100644
--- a/.gitlab/issue_templates/Bug.md
+++ b/.gitlab/issue_templates/Bug.md
@@ -1,4 +1,13 @@
+<!--
+ Please, read the CONTRIBUTING.md guide on how to file a new issue.
+
+ https://gitlab.gnome.org/GNOME/gtk/-/blob/master/CONTRIBUTING.md
+-->
## Steps to reproduce
+<!--
+ Please, explain the sequence of actions necessary to reproduce the
+ bug
+-->
1. ...
2. ...
@@ -32,5 +41,8 @@
## Additional information
<!--
- Screenshots or screen recordings are useful for visual errors
+ - Attaching a screenshot or a video without explaining the current
+ behavior and the actions necessary to reproduce the bug will lead
+ to the bug being closed
- Please report any warning or message printed on the terminal
-->
diff --git a/.gitlab/issue_templates/Crash.md b/.gitlab/issue_templates/Crash.md
index a2531687cf..2948affe1c 100644
--- a/.gitlab/issue_templates/Crash.md
+++ b/.gitlab/issue_templates/Crash.md
@@ -1,4 +1,14 @@
+<!--
+ Please, read the CONTRIBUTING.md guide on how to file a new issue.
+
+ https://gitlab.gnome.org/GNOME/gtk/-/blob/master/CONTRIBUTING.md
+-->
+
## Steps to reproduce
+<!--
+ Please, explain the sequence of actions necessary to reproduce the
+ crash
+-->
1. ...
2. ...