-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHACKING
59 lines (42 loc) · 1.79 KB
/
HACKING
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
===================
Xfce Terminal uses the bug tracking system at https://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 create 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
https://git.xfce.org/apps/xfce4-terminal/
or clone the repository with GIT
git clone git://git.xfce.org/apps/xfce4-terminal
Feature requests
================
Please file feature requests to the Xfce bug tracking system
(https://bugzilla.xfce.org, classification Apps, product Xfce4-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 Xfce 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 https://bugzilla.xfce.org/.
9) Release on https://releases.xfce.org/.