diff options
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. |