From 8729d31fa394bed7d2f99c829ace5927996d8f3d Mon Sep 17 00:00:00 2001 From: Cristi Jora Date: Wed, 26 Apr 2017 20:40:03 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0c2505..42bf93b 100644 --- a/README.md +++ b/README.md @@ -161,3 +161,4 @@ Vue-form-wizard emits certain events when certain actions happen inside the comp 4. After making your changes make sure to pull the changes from the source repo to avoid conflicts 5. `npm run build` to generate the new js and css bundles 6. Commit your changes + the js and css bundles so it's easy to test them right away in fiddles, codepen etc +7. Open a Pull Request. For more information refer to [github forking workflow](https://gist.github.com/Chaser324/ce0505fbed06b947d962)