eog/HACKING
Anton Leontiev fe2eb2ae0b Remove outdated info from HACKING
Spec file was removed back in 2006. Build sheriffs are evolved [1]
and don't require to be called in each project.

[1] https://mail.gnome.org/archives/desktop-devel-list/2016-January/msg00015.html
2020-01-08 15:01:52 +03:00

20 lines
553 B
Plaintext

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.