diff options
author | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
commit | 5ded9cba8563f336939400303d6a841d5089b107 (patch) | |
tree | c5676588cff26ba37e12369fe4de24b54e9f6682 /HACKING | |
parent | f00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff) | |
download | pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2 pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz |
renaming from gedit to pluma
Diffstat (limited to 'HACKING')
-rwxr-xr-x | HACKING | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,24 +1,24 @@ -guidelines for gedit +guidelines for pluma ==================== -gedit source code is maintained using the git version control system +pluma source code is maintained using the git version control system and is available at the following location: - git://git.mate.org/gedit + git://git.gnome.org/pluma Or if you have an account on MATE servers: - ssh://[email protected]/git/gedit + ssh://[email protected]/git/pluma A Web Interface is available at: - http://git.mate.org/cgit/gedit + http://git.gnome.org/cgit/pluma Please don't commit directly to the git repository unless -you have been given the green light to commit freely to gedit. +you have been given the green light to commit freely to pluma. When in doubt assume you haven't ;-). -Please attach patches in bugzilla (http://bugzilla.mate.org). +Please attach patches in bugzilla (http://bugzilla.gnome.org). If the patch fixes a bug that is not reported yet in bugzilla or is an enhancement, create a new bugreport. @@ -31,7 +31,7 @@ your help, I just want to review these fixes before applying. If you are a "build sheriff", feel free to commit fixes for build and configure (please, send me an e-mail with the patch you have applied). -When committing to the gedit git repository make sure to include a +When committing to the pluma git repository make sure to include a meaningful commit message. Changes without a sufficient commit message will be reverted. Commit messages should have the following format: @@ -62,4 +62,4 @@ tracker reference if applicable) and so forth. Be concise but not too brief. Thanks, - The gedit team. + The pluma team. |