diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:21:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:21:32 +0000 |
commit | f8a786c8f7878517aa695a69322bc9f2c8b92b6a (patch) | |
tree | 0cb8f00f8c10625d5d75244ef9dde521d94f8678 /HACKING | |
parent | Initial commit. (diff) | |
download | gnome-terminal-f8a786c8f7878517aa695a69322bc9f2c8b92b6a.tar.xz gnome-terminal-f8a786c8f7878517aa695a69322bc9f2c8b92b6a.zip |
Adding upstream version 3.38.3.upstream/3.38.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +Do NOT commit to this module without permission from a maintainer; +see the MAINTAINERS file for who they are. + +=============================================================================== + +Discussion about gnome-terminal should happen on desktop-devel-list@gnome.org, +gnome-list@gnome.org, or usability@gnome.org, depending on what sort of +discussion it is. Reporting a bug on http://bugzilla.gnome.org is equally fine. + +Remember that the terminal emulation is provided by the VTE widget, maintained +as the 'vte' module on the GNOME SVN. The gnome-terminal product in bugzilla +only covers the menubar, toolbar, and command line options, essentially. VTE, +in turn, is responsible for the actual terminal display. |