There are two ways to submit a patch:
-
バグレポートに添付としてパッチを追加する方法。
-
適切なdevメーリングリストに添付としてパッチをメールする方法。メールのサブジェクトには、プレフィックスとして
[PATCH]を追加し、そのパッチがどのようなものであるかを記述して措いてください。どのコンポーネントの為のパッチであるかを明確にして措いてください。わかりやすくするため、サブジェクトの[PATCH]のあとに、コンポーネント名を入れておくと良いでしょう。
でも..どっちが本当は良いんでしょう? どちらの方法であっても、同様に受け入れられます!
If it's a big patch
then adding it to a bug report will save bandwidth on the mailing list (but remember
to include the url in any follow-up discussions). Using a bug report also allows you to
be automatically posted with status updates. Posting to the mailing list takes you closer to
the action.
If the patch is a fix for a bug that's already been reported then it's best to add it as an
attachment to the bug report. This not only makes management easier but also it stops other
developers out there wasting their time by developing independent fixes!
In either case, please give a detailed description of what your patch does and some reasons
why it should be committed (if it's not obvious).
All the commons documentation is in cvs - including this document. If you see anything that's
wrong or you think that you can add something that's missing then please submit a patch!
TIA