Instructions

  1. Setup your local environment, this may include installing Git (command line) or the Github app (MacOS X, Windows). It's even possible that all these tasks can be done via Github's website.
  2. Fork this repo, then clone it to your local computer.
  3. Create a branch.
  4. Make the following changes to firewall-examples.md:
  5. Remove the HTML markup and convert the document to markdown formatting. A text editor is all that's needed here, but dillinger.io will display a live preview of the markdown content.
  6. Remove the HTML formatted beta notice near the top of the page.
  7. Make the title of the page conform to sentance case rules.
  8. Use markdown formatting to make headings, code blocks, lists, and links appear similar to the existing HTML formatted content.
  9. Commit the changes to your fork/branch.
  10. Make a pull request with those changes to the master branch of the origin repository.