gparted/HACKING

32 lines
1,012 B
Plaintext
Raw Normal View History

git guidelines for gparted
==========================
2004-09-23 08:33:59 +00:00
Please do not commit directly to the git.gnome.org/gparted repository
unless you have been given the green light to commit freely to
gparted. When in doubt assume you haven't ;-).
2004-09-23 08:33:59 +00:00
If you are a translator feel free to mark strings for translation, fix
typos in the code, etc. I'd appreciate it if you would notify me of
anything you've done.
2004-09-23 08:33:59 +00:00
Please send patches for build & configure fixes too. I really appreciate
your help, I just want to review these fixes before applying.
!!WHENEVER YOU COMMIT, PLACE A COMMENT IN GIT!!
2004-09-30 21:01:19 +00:00
even when it's only one character. =)
2004-09-23 08:33:59 +00:00
Thanks,
Curtis
Translatable files
==================
The file po/POTFILES.in lists all source files which do or could contain
translatable strings. Remember to update when adding new and removing
old source code files include/*.h and src/*.cc. Generally .cc files are
included and .h files are not, but there are exceptions. Some mistakes
can be detected using:
make distcheck