2001-10-04 19:12:55 +00:00
|
|
|
Before beginning work on something, please post your intentions to the
|
|
|
|
mailing list (gtk-sharp-list@ximian.com). Duplication of effort just gets
|
|
|
|
folks cranky in general.
|
2001-09-19 11:37:15 +00:00
|
|
|
|
|
|
|
Prior to checking anything into CVS, please send a patch to the mailing list
|
2001-10-04 19:12:55 +00:00
|
|
|
for approval. Any patches should be submitted in diff -u format. Also, it is
|
|
|
|
assumed that the submitter has verified that the patch does not break the
|
|
|
|
build, and hopefully that it doesn't break runtime.
|
2001-09-19 11:37:15 +00:00
|
|
|
|
2001-10-04 19:12:55 +00:00
|
|
|
Patches without Documentation comments will be seriously frowned upon,
|
2001-09-19 11:37:15 +00:00
|
|
|
if not outright rejected. All classes, methods, properties, events, etc...
|
|
|
|
that are non-private should be documented with XML comment tags. At a minimum,
|
2001-10-04 19:12:55 +00:00
|
|
|
the summary and remarks tags, plus returns and params, if applicable. Doing
|
|
|
|
this as we go is the only feasible way to make sure that our docs won't end
|
|
|
|
up sucking bigtime.
|