Files
wxWidgets/.github/ISSUE_TEMPLATE/bug_report.md
Vadim Zeitlin 66723b671f Ask whether X11 or Wayland is used in the bug report template
This is rather important, as many wxGTK bugs only manifest themselves
under one or the other, so ask to specify which one is used.
2022-02-19 22:36:50 +01:00

1.2 KiB

name, about, title, labels, assignees
name about title labels assignees
Bug report Report a run-time problem

Describe the bug A clear and concise description of what the bug is.

Expected vs observed behaviour Please describe what you expected to happen and what actually happens.

Patch or snippet allowing to reproduce the problem

Please attach the smallest possible patch allowing to reproduce the problem in a sample. If there is absolutely no appropriate sample, please attach a minimal self-contained example in a single file.

Skip this step if the problem can be reproduced in one of the samples without any changes.

To Reproduce Steps to reproduce the behaviour, please make them as detailed as possible, e.g.

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Platform and version information

  • wxWidgets version you use: [e.g. 3.1.6]
  • wxWidgets port you use: [e.g. wxMSW, wxGTK, wxOSX]
  • OS and its version: [e.g. Windows 10.0.19042.867, Ubuntu 22.10, macOS 15]
  • For wxGTK only:
    • GTK version: [e.g. 3.24.5]
    • Which GDK backend is used: [X11 or Wayland]
    • If relevant, i.e. for appearance-related problems: [current theme]