[gtk] issue templates: reproducers should be written in C



commit 06c0a3d02c8c70314685f447fdd51dd40886b54e
Author: Timm Bäder <mail baedert org>
Date:   Fri May 17 08:55:40 2019 +0200

    issue templates: reproducers should be written in C
    
    I don't want to install a new set of bindings every time someone
    attaches a reproducer to a bug. I also don't want to rewrite sait
    reproducer in C every time just to eliminate the possibility of broken
    bindings.

 .gitlab/issue_templates/Bug.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index a3fd1d57a6..61244a93c4 100644
--- a/.gitlab/issue_templates/Bug.md
+++ b/.gitlab/issue_templates/Bug.md
@@ -7,8 +7,8 @@
 <!--
   You should try and reproduce with the demos applications available
   under the `demos` directory, or the test programs in the `tests` directory.
-  Alternatively, please attach a *small and self-contained* example that
-  exhibits the issue.
+  Alternatively, please attach a *small and self-contained* example
+  *written in C* that exhibits the issue.
 -->
 
 ## Current behavior


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