summaryrefslogtreecommitdiff
path: root/HACKING
blob: fb5677a9f6f5dc435084b5f4f9a57282e5ff2bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Hacking on the Eye of Gnome
===========================

The code for Eye of Gnome was written with several goals in mind:

	- maintainable,
	- extensible,
	- correct,
	- documented.

If you want to work on EOG as well, please read the GNOME Programming
Guidelines first, understand their purpose, and keep them in mind when
writing code for EOG.

If you have a patch you would like to put into EOG, please propose a merge
request containing the patch using
https://gitlab.gnome.org/GNOME/eog/merge_requests/new

This way your submisson won't get lost.