Ryujinx-GtkSharp/HACKING
Charles Iliya Krempeaux e0a61c2197 2003-03-13 Charles Iliya Krempeaux <charles@reptile.ca>
* README : Did some spelling and grammar corrections.
	  Fixed indentation problem.  And added some more info.
	* HACKING: Added info for people getting started with
	  hacking Gtk#.

svn path=/trunk/gtk-sharp/; revision=12583
2003-03-16 07:03:45 +00:00

26 lines
989 B
Plaintext
Executable File

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.
Prior to checking anything into CVS, please send a patch to the mailing list
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.
Getting Started:
----------------
Getting started with "hacking" Gtk# can seem formidable at first. However
there is some additional information already written, to help you get
up and going.
Those wishing to "hack" at Gtk#, are encouraged to also read:
o README.generator
o sources/README
If you still have more questions or need assitance, you can get help on
the Gtk# mailing list and the #mono IRC channel. (Information about
each of these is contained in the README file.)