| ★ wanayoo — archive 1999 http://sources.redhat.com/java/contrib.html | Nouvelle recherche | Portail wanayoo |
|
i |
Contributing to the GCJ Project
We've started maintaining a list of useful projects.
All contributions must conform to the GNU Coding Standards. Submissions which do not conform to the standards will be returned with a request to reformat the changes. Note that the GNU Coding Standards do not actually cover Java programming style. libgcj largely uses the obvious extrapolation from the GNU C style, but there are some differences. These aren't yet written down, but we'll make them available shortly.
Before we can accept code contributions from you, we need a copyright assignment form filled out.
Every patch must have several pieces of information before we can properly evaluate it.
Send patches to the patch mailing list. This list is archived.
If you have direct checkin access for libgcj, please make sure that your checkins follow the standard checkin rules. First, always make ChangeLog entries. This is not negotiable; a checkin without a ChangeLog entry will be reverted. If the checkin fixes a bug in Gnats, note this in the entry. The commit message given to cvs should be the ChangeLog entry. If you wrote the entry (your name is at the top), then don't include the header. If someone else wrote the entry, do include the header. After checking in a fix which fixes a PR, put the PR into ``feedback'' mode. This will send email to the bug's originator. In the change message ask them to try the fix and report back. Once the originator reports back, or after some suitable amount of time (less time if you are absolutely sure, beyond any shadow of a doubt, that the bug has been fixed) close the PR.
|