diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-21 00:59:06 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-21 00:59:06 +0000 |
commit | 68379cab9b6713bc24817fd3e2ed67bedd2d3ca0 (patch) | |
tree | 239b414afda39362a6cc681dfc9c6fe511dded92 /.gitlab | |
parent | 09e6b4dc0146346a1370c46ed65ae5c992908d28 (diff) | |
download | gtk+-68379cab9b6713bc24817fd3e2ed67bedd2d3ca0.tar.gz |
Add a template for bug reports
GitLab issues can use templates to guide users when filing new bug
reports; we should take advantage of this feature.
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000000..84a05a4ea2 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,39 @@ +## Steps to reproduce + + 1. ... + 2. ... + 3. ... + +<!-- + 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. +--> + +## Current behavior +<!-- + Please describe the current behaviour +--> + +## Expected outcome +<!-- + Please describe the expected outcome +--> + +# Version information +<!-- + - which version of GTK+ you are using + - what operating system and version + - for Linux, which distribution + - if you built GTK+ yourself, the list of options used to configure the build +--> + +# Additional information +<!-- + - If the bug was a crash, the exact text that was printed out + when the crash occurred. + - If the bug was a crash, attaching a stack trace obtained using + GDB is appreciated; follow the instructions on the wiki: + https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces +--> |