about summary refs log tree commit diff
path: root/README.MD
diff options
context:
space:
mode:
Diffstat (limited to 'README.MD')
-rw-r--r--README.MD13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.MD b/README.MD
new file mode 100644
index 0000000..7bf6942
--- /dev/null
+++ b/README.MD
@@ -0,0 +1,13 @@
+# Project Name
+
+# Installation
+
+# Contributing
+
+```sh
+# Prepare patch set
+mkdir patches
+git format-patch --output-directory "./patches" @{u}..
+
+# Send patches
+```