gtkmm
C++ Interfaces for GTK and GNOME
C++ Interfaces for GTK and GNOME
See Where to report to submit new bugs or patches.
A good way to get involved.
只要某个维护人员明确的同意了 gtkmm 的补丁,任何有 git 写权限的人都可以去应用它。
gdb ./proggy ; run ; *crash* ; where
如果我们无法立即解决这个问题,我们也许会请你创建一个导致问题的尽量简单的例子,这帮助我们分析问题,并且也可以证明这不是你的代码中的错误导致的问题。
使用 Git 有很多的办法可以做到,但是如果你不熟悉 Git 的话,有一个最简单的办法创建补丁:
git diff -u > my_fix.patch
在下列情况下,应该总是提交 Bug 报告:
If you know how to fix the bug, you can create a merge request instead of (or in addition to) an issue.