File: HACKING

package info (click to toggle)
eog 47.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,872 kB
  • sloc: ansic: 27,038; python: 347; xml: 28; makefile: 13; javascript: 9
file content (19 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (4)
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.