diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2021-01-15 14:20:09 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2021-01-20 14:10:17 +0000 |
commit | 439727a84a3f8f2c4c7ac8027af8a4ee49541b34 (patch) | |
tree | 977ed18bc0befa647e88660fd57b5e0fe0008f26 /.gitlab/issue_templates/Crash.md | |
parent | d7050c63aec46b0c265b21911bcc44331b3aa92c (diff) | |
download | gtk+-439727a84a3f8f2c4c7ac8027af8a4ee49541b34.tar.gz |
Add more directions to the issue templates
Let's hope people read them.
Diffstat (limited to '.gitlab/issue_templates/Crash.md')
-rw-r--r-- | .gitlab/issue_templates/Crash.md | 10 |
1 files changed, 10 insertions, 0 deletions
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. ... |