[gtk/ebassi/for-master: 1/4] Add more directions to the issue templates




commit 439727a84a3f8f2c4c7ac8027af8a4ee49541b34
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Jan 15 14:20:09 2021 +0000

    Add more directions to the issue templates
    
    Let's hope people read them.

 .gitlab/issue_templates/Bug.md   | 12 ++++++++++++
 .gitlab/issue_templates/Crash.md | 10 ++++++++++
 2 files changed, 22 insertions(+)
---
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. ...


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]