From 63e088b83e84ba101c5be2596d67d184fdf43313 Mon Sep 17 00:00:00 2001 From: danieljustus32 Date: Tue, 20 Aug 2019 15:17:54 -0500 Subject: [PATCH] Add bootstrap, jquery, instructions for writing help pages in README.md, layout.css, refactor dir structure --- README.md | 12 ++++++ help-pages/assets/styles/layout.css | 19 ++++++++++ help-pages/index.html | 45 ++++++++++++++++++++++ help-pages/pull-requests.html | 58 +++++++++++++++++++++++++++++ pullrequests/index.html | 27 -------------- 5 files changed, 134 insertions(+), 27 deletions(-) create mode 100644 help-pages/assets/styles/layout.css create mode 100644 help-pages/index.html create mode 100644 help-pages/pull-requests.html delete mode 100644 pullrequests/index.html diff --git a/README.md b/README.md index 81965ec..848bf2d 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,15 @@ Making your first Pull Request (PR) is exciting! Pull Requests are the way we al 3. Follow the instructions You are very close to making your name shine on the spotlight. You can do it! + +## Adding Help Pages + +If you'd like to add a page with instructions for how to use a certain GitHub feature, à la `help-pages/pull-requests.html`, +follow these steps: + + 1. Create a new `.html` file in the `help-pages` directory + 2. Copy and paste the entire `` section into your new file + 3. Copy and paste the `