From 92db541e5429c5aeaa2698a5fdae1cf9a3a6d696 Mon Sep 17 00:00:00 2001 From: Michael Geitz Date: Mon, 19 Mar 2018 20:53:00 -0400 Subject: [PATCH] Document Contribution Steps - Update the README.md file to include explicit contribution steps --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7bb596a..22d31c6 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,12 @@ $ albumfs -debug -mount images/vacation/image.png ```sh $ man albumfs ``` + +### Contributing + +* **Fork** the repo +* **Clone** the repo locally +* **Checkout** the `develop` branch +* **Commit** your change [accordingly](https://github.com/torvalds/subsurface-for-dirk/blob/master/README#L92) +* **Push** your change to your remote fork +* Submit a **Pull request** against the develop branch