diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
commit | e4283f6d48b98e764b988b43bbc86b9d52e6ec94 (patch) | |
tree | c8f7f7a6c2f5faa2942d27cefc6fd46cca492656 /.gitlab/issue_templates/Bug.md | |
parent | Initial commit. (diff) | |
download | gnome-shell-e4283f6d48b98e764b988b43bbc86b9d52e6ec94.tar.xz gnome-shell-e4283f6d48b98e764b988b43bbc86b9d52e6ec94.zip |
Adding upstream version 43.9.upstream/43.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..2043fe4 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,55 @@ +<!-- +Please read https://wiki.gnome.org/Community/GettingInTouch/BugReportingGuidelines +first to ensure that you create a clear and specific issue. +--> + +### Affected version + +<!-- +Provide at least the following information: +* Your OS and version +* Affected GNOME Shell version (see https://wiki.gnome.org/Schedule for currently supported versions) +* Does this issue appear in XOrg and/or Wayland +--> + +### Bug summary + +<!-- +Provide a short summary of the bug you encountered. +--> + +### Steps to reproduce + +<!-- +1. Step one +2. Step two +3. ... +--> + +### What happened + +<!-- +What did GNOME Shell do that was unexpected? +--> + +### What did you expect to happen + +<!-- +What did you expect GNOME Shell to do? +--> + +### Relevant logs, screenshots, screencasts etc. + +<!-- +If you have further information, such as technical documentation, logs, +screenshots or screencasts related, please provide them here. + +If the bug is a crash, please obtain a stack trace with installed debug +symbols (at least for GNOME Shell and Mutter) and attach it to +this issue following the instructions on +https://wiki.gnome.org/Community/GettingInTouch/Bugzilla/GettingTraces. +--> + + +<!-- Do not remove the following line. --> +/label ~"1. Bug" |