summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2013-04-15 14:04:25 -0400
committerCole Robinson <crobinso@redhat.com>2013-04-15 14:15:47 -0400
commitf347ab4381a43aa690f0045f108c1bc14c09d3ca (patch)
treea2fec98cf28c9958431136e58c0d12e926197f3a /HACKING
parent351d690eab831d89299e2dbe9530cc502da8350d (diff)
downloadvirt-manager-f347ab4381a43aa690f0045f108c1bc14c09d3ca.tar.gz
Update README
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING17
1 files changed, 17 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 95b6bc22..3183e570 100644
--- a/HACKING
+++ b/HACKING
@@ -24,3 +24,20 @@ to see a code coverage report.
For translations, please sign up for transifex.com and contribute to the
virt-manager project.
+
+
+ Submitting patches
+ ==================
+
+Patches should be developed against a git checkout and _not_ a source
+release. The git repo is at
+
+ git://git.fedorahosted.org/git/virt-manager.git
+
+For an web view, see:
+
+ https://git.fedorahosted.org/cgit/virt-manager.git/
+
+Patches should be sent to the mailing list (see README for details). Using
+git format-patch/send-email is preferred, but an attachment with
+format-patch output is fine too.