Add a few notes to HACKING
authorJohan Dahlin <johan@gnome.org>
Mon, 13 Sep 2010 15:54:02 +0000 (12:54 -0300)
committerJohan Dahlin <johan@gnome.org>
Mon, 13 Sep 2010 15:54:02 +0000 (12:54 -0300)
HACKING

diff --git a/HACKING b/HACKING
index 11a9275..0c2ea14 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,2 +1,9 @@
+Notes to developers hacking on GObjectIntrospection
+
 * You can use the GI_SCANNER_DEBUG environment variable; see utils.py
   for a list of debug flags.
+
+* If you add a new warning, you should add a new test for it
+  in test/warn
+
+* Before pushing code to the repository, make sure to run make check