diff options
author | Timm Bäder <mail@baedert.org> | 2019-05-17 08:55:40 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2019-05-18 13:47:59 +0200 |
commit | 06c0a3d02c8c70314685f447fdd51dd40886b54e (patch) | |
tree | 187a50301437d6ba903a5c0a9674eb5d5da4588b /.gitlab/issue_templates | |
parent | 1e613485d3af9519db3f0ce8ab4e57c89a7a30b7 (diff) | |
download | gtk+-06c0a3d02c8c70314685f447fdd51dd40886b54e.tar.gz |
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.
Diffstat (limited to '.gitlab/issue_templates')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 4 |
1 files 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 |