From ccbb074741799b59f9e982373a7333bc67ecff2d Mon Sep 17 00:00:00 2001 From: Human Date: Thu, 22 Nov 2018 06:57:53 -0800 Subject: [PATCH] Backing out of gitbook documentary D: --- .github/CONTRIBUTING.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4d4337a..b35c16c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -20,25 +20,9 @@ 5. Open the Folder in your Coding Environment. (ensure you are not in the ``src/`` of the directory) 6. Run ``npm install`` 7. Begin coding. -8. When finished, push the changes. +8. When finished, push the changes, and attempt to make a Pull Request. ##### If you prefer coding in Github... 1. Fork the Repository. 2. Done. - -##### When Ready... (oh yeah, this might require you to have to have your files out of your fork...) - -1. Go [here](https://github.com/BLU-Shack/SimpleSpaceDocs) -2. Fork it. -3. Make a folder (I'll call it ``GitDec``) -4. Run ``git init`` => ``git remote add origin [CopiedThingHere]`` => ``git pull origin master`` -5. Go back to your directory where you have your updated contents. -6. If you don't have the module, run ``npm i -g jsdoc-to-markdown`` -7. Run ``jsdoc2md src/index.js`` -8. Copy the new contents. -9. Go to ``GitDec`` => ``Latest`` => ``DOCS.md`` -10. Replace the contents with your copy and pasted data. -11. Save. -12. Commit n' Push -13. Create a Pull Request to their corrosponding forks. \ No newline at end of file