/usr/share/doc/xfce4-terminal/HACKING is in xfce4-terminal 0.6.3-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | Bug tracking system
===================
Terminal uses the bug tracking system at http://bugzilla.xfce.org/
hosted and maintained by the Xfce Project.
Patches
=======
Please submit patches to the Xfce bug tracking system. Your patch
should be in unified diff format (the -u option to GNU diff).
Please and send a patch against a recent version of this package. Patches
against the GIT master branch are most preferable. You can always
access the master branch from
http://git.xfce.org/apps/terminal/
or clone the repository with GIT
git clone git://git.xfce.org/apps/terminal
Feature requests
================
Please file feature requests to the Xfce bug tracking system
(http://bugzilla.xfce.org, classification Apps, product Terminal)
with a Severity of enhancement. Make sure that your feature request
wasn't reported already before; requesting a feature several times
won't increase the chance that it gets added.
Coding Style
============
- GNU coding conventions, with GLib-like extensions, mostly the same
as GTK+.
- Always expand tabs. This differs from the GNU suggestion, but is
necessary!
- Don't follow the philosophy "If it works, it's right" that most
open source projects follow, instead Terminal's philosophy is
"It doesn't work unless it's right".
Release process
===============
1) Check out a fresh copy from GIT.
2) Increment the version number in configure.ac.in and unset
terminal_version_tag.
3) Update NEWS.
4) Commit the changes and create an annotated tag.
5) Run make dist-check to create the tarball.
6) Reset terminal_version_tag in configure.ac.in.
7) Push the changes (inclusing new tag).
8) Add new version to bugzilla product at http://bugzilla.xfce.org
9) Release on releases.xfce.org.
|