aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0b1e4a8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+This is the code accompanying
+<https://yakubin.com/notes/comp/reserve-and-commit.html>.
+
+# Contributing patches
+
+Generate patches with:
+
+ $ git format-patch master -o <out-dir>
+
+And send them attached to an email at <jakub@yakubin.com>.