[diffoscope] 01/02: CONTRIBUTIN: adopt for diffoscope

Holger Levsen holger at layer-acht.org
Sun Aug 14 14:56:03 CEST 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository diffoscope.

commit eda13f036f2477d8b2ea4205f1f3e555722a6911
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Aug 14 14:48:09 2016 +0200

    CONTRIBUTIN: adopt for diffoscope
---
 CONTRIBUTING | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 0000000..042feba
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,29 @@
+=== Contributing code to this project
+
+It's helpful to track fixes or new features via wishlist bugs against the
+'diffoscope' package, eg with the 'reportbug' tool ('devscripts' package).
+
+The code is available in the link:https://anonscm.debian.org/git/reproducible/diffoscope.git/tree/[diffoscope.git repository].
+
+Patches can be submitted as requests to pull from a publicly-visible 
+git repository (this is the prefered way) communicated via IRC or mail,
+or completly via mail (using git format-patch, see below).
+If appropriate, please make a topic branch based on the 'master' branch.
+
+You can send patches or requests to the link:diffoscope at lists.reproducible-builds.org[development list],
+or to the tracking bug: <bugnumber>@bugs.debian.org.
+
+One possible workflow:
+----
+  git clone git://anonscm.debian.org/reproducible/diffoscope.git
+  git checkout origin/master -b <topicname>
+  # <edits>
+  git commit -a
+  git format-patch -M origin/master
+
+  reportbug qa.debian.org
+  # <describe the issue, attach the patch>
+----
+
+
+// vim: set filetype=asciidoc:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list